Share via


VNRectangleObservation.FromRectangleObservation Method

Definition

[Foundation.Export("rectangleObservationWithRequestRevision:topLeft:topRight:bottomRight:bottomLeft:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Vision.VNRectangleObservation FromRectangleObservation(Vision.VNRectangleObservationRequestRevision requestRevision, CoreGraphics.CGPoint topLeft, CoreGraphics.CGPoint topRight, CoreGraphics.CGPoint bottomRight, CoreGraphics.CGPoint bottomLeft);
[<Foundation.Export("rectangleObservationWithRequestRevision:topLeft:topRight:bottomRight:bottomLeft:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromRectangleObservation : Vision.VNRectangleObservationRequestRevision * CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> Vision.VNRectangleObservation

Parameters

topLeft
CGPoint
topRight
CGPoint
bottomRight
CGPoint
bottomLeft
CGPoint

Returns

Attributes

Applies to