VNRectangleObservation.FromRectangleObservation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- requestRevision
- VNRectangleObservationRequestRevision
- topLeft
- CGPoint
- topRight
- CGPoint
- bottomRight
- CGPoint
- bottomLeft
- CGPoint
Returns
- Attributes