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
GetImagePoint(CGPoint, nuint, nuint) |
Calculates the non-normalized point in an image of the specified size for the |
GetImagePoint(Vector2, CGRect, nuint, nuint) |
Calculates the non-normalized point in an image of the specified size, given the normalized |
GetImagePoint(CGPoint, nuint, nuint)
Calculates the non-normalized point in an image of the specified size for the normalizedPoint
.
public static CoreGraphics.CGPoint GetImagePoint (CoreGraphics.CGPoint normalizedPoint, nuint imageWidth, nuint imageHeight);
static member GetImagePoint : CoreGraphics.CGPoint * nuint * nuint -> CoreGraphics.CGPoint
Parameters
- normalizedPoint
- CGPoint
- imageWidth
- System.System.UIntPtr System.unativeint
- imageHeight
- System.System.UIntPtr System.unativeint
Returns
Applies to
GetImagePoint(Vector2, CGRect, nuint, nuint)
Calculates the non-normalized point in an image of the specified size, given the normalized faceBoundingBox
and faceLandmarkPoint
.
public static CoreGraphics.CGPoint GetImagePoint (OpenTK.Vector2 faceLandmarkPoint, CoreGraphics.CGRect faceBoundingBox, nuint imageWidth, nuint imageHeight);
static member GetImagePoint : OpenTK.Vector2 * CoreGraphics.CGRect * nuint * nuint -> CoreGraphics.CGPoint
Parameters
- faceLandmarkPoint
- Vector2
- faceBoundingBox
- CGRect
- imageWidth
- System.System.UIntPtr System.unativeint
- imageHeight
- System.System.UIntPtr System.unativeint