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