Share via


VNUtils.GetNormalizedRect Method

Definition

Overloads

GetNormalizedRect(CGRect, UIntPtr, UIntPtr)

public static CoreGraphics.CGRect GetNormalizedRect(CoreGraphics.CGRect imageRect, UIntPtr imageWidth, UIntPtr imageHeight);
static member GetNormalizedRect : CoreGraphics.CGRect * unativeint * unativeint -> CoreGraphics.CGRect

Parameters

imageRect
CGRect
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

Returns

Applies to

GetNormalizedRect(CGRect, UIntPtr, UIntPtr, CGRect)

public static CoreGraphics.CGRect GetNormalizedRect(CoreGraphics.CGRect imageRect, UIntPtr imageWidth, UIntPtr imageHeight, CoreGraphics.CGRect regionOfInterest);
static member GetNormalizedRect : CoreGraphics.CGRect * unativeint * unativeint * CoreGraphics.CGRect -> CoreGraphics.CGRect

Parameters

imageRect
CGRect
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

regionOfInterest
CGRect

Returns

Applies to