VNUtils.GetImagePoint Method

Definition

Overloads

GetImagePoint(CGPoint, UIntPtr, UIntPtr)

public static CoreGraphics.CGPoint GetImagePoint(CoreGraphics.CGPoint normalizedPoint, UIntPtr imageWidth, UIntPtr imageHeight);
static member GetImagePoint : CoreGraphics.CGPoint * unativeint * unativeint -> CoreGraphics.CGPoint

Parameters

normalizedPoint
CGPoint
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

Returns

Applies to

GetImagePoint(CGPoint, UIntPtr, UIntPtr, CGRect)

public static CoreGraphics.CGPoint GetImagePoint(CoreGraphics.CGPoint normalizedPoint, UIntPtr imageWidth, UIntPtr imageHeight, CoreGraphics.CGRect regionOfInterest);
static member GetImagePoint : CoreGraphics.CGPoint * unativeint * unativeint * CoreGraphics.CGRect -> CoreGraphics.CGPoint

Parameters

normalizedPoint
CGPoint
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

regionOfInterest
CGRect

Returns

Applies to

GetImagePoint(Vector2, CGRect, UIntPtr, UIntPtr)

public static CoreGraphics.CGPoint GetImagePoint(System.Numerics.Vector2 faceLandmarkPoint, CoreGraphics.CGRect faceBoundingBox, UIntPtr imageWidth, UIntPtr imageHeight);
static member GetImagePoint : System.Numerics.Vector2 * CoreGraphics.CGRect * unativeint * unativeint -> CoreGraphics.CGPoint

Parameters

faceLandmarkPoint
Vector2
faceBoundingBox
CGRect
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

Returns

Applies to