VNUtils.GetImageRect Method

Definition

Overloads

GetImageRect(CGRect, UIntPtr, UIntPtr)

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

Parameters

normalizedRect
CGRect
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

Returns

Applies to

GetImageRect(CGRect, UIntPtr, UIntPtr, CGRect)

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

Parameters

normalizedRect
CGRect
imageWidth
UIntPtr

unativeint

imageHeight
UIntPtr

unativeint

regionOfInterest
CGRect

Returns

Applies to