VNUtils.GetNormalizedRect 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.
Overloads
| Name | Description |
|---|---|
| GetNormalizedRect(CGRect, UIntPtr, UIntPtr) | |
| GetNormalizedRect(CGRect, UIntPtr, UIntPtr, CGRect) |
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