VNUtils.GetImagePoint 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 |
|---|---|
| GetImagePoint(CGPoint, UIntPtr, UIntPtr) | |
| GetImagePoint(CGPoint, UIntPtr, UIntPtr, CGRect) | |
| GetImagePoint(Vector2, CGRect, UIntPtr, UIntPtr) |
GetImagePoint(CGPoint, UIntPtr, UIntPtr)
public static CoreGraphics.CGPoint GetImagePoint(CoreGraphics.CGPoint normalizedPoint, UIntPtr imageWidth, UIntPtr imageHeight);
static member GetImagePoint : CoreGraphics.CGPoint * unativeint * unativeint -> CoreGraphics.CGPoint
Parameters
- normalizedPoint
- CGPoint
- imageWidth
-
UIntPtr
unativeint
- imageHeight
-
UIntPtr
unativeint
Returns
Applies to
GetImagePoint(CGPoint, UIntPtr, UIntPtr, CGRect)
public static CoreGraphics.CGPoint GetImagePoint(CoreGraphics.CGPoint normalizedPoint, UIntPtr imageWidth, UIntPtr imageHeight, CoreGraphics.CGRect regionOfInterest);
static member GetImagePoint : CoreGraphics.CGPoint * unativeint * unativeint * CoreGraphics.CGRect -> CoreGraphics.CGPoint
Parameters
- normalizedPoint
- CGPoint
- imageWidth
-
UIntPtr
unativeint
- imageHeight
-
UIntPtr
unativeint
- regionOfInterest
- CGRect
Returns
Applies to
GetImagePoint(Vector2, CGRect, UIntPtr, UIntPtr)
public static CoreGraphics.CGPoint GetImagePoint(System.Numerics.Vector2 faceLandmarkPoint, CoreGraphics.CGRect faceBoundingBox, UIntPtr imageWidth, UIntPtr imageHeight);
static member GetImagePoint : System.Numerics.Vector2 * CoreGraphics.CGRect * unativeint * unativeint -> CoreGraphics.CGPoint
Parameters
- faceLandmarkPoint
- Vector2
- faceBoundingBox
- CGRect
- imageWidth
-
UIntPtr
unativeint
- imageHeight
-
UIntPtr
unativeint