VNUtils.GetImageRect 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 |
|---|---|
| GetImageRect(CGRect, UIntPtr, UIntPtr) | |
| GetImageRect(CGRect, UIntPtr, UIntPtr, CGRect) |
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