Share via


VNUtils.GetNormalizedPoint Method

Definition

Overloads

GetNormalizedPoint(CGPoint, UIntPtr, UIntPtr)

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

Parameters

imagePoint
CGPoint
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

Returns

Applies to

GetNormalizedPoint(CGPoint, UIntPtr, UIntPtr, CGRect)

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

Parameters

imagePoint
CGPoint
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

regionOfInterest
CGRect

Returns

Applies to