VNUtils.GetImagePoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetImagePoint(CGPoint, nuint, nuint) |
の指定したサイズの画像内の正規化されていないポイントを計算します |
GetImagePoint(Vector2, CGRect, nuint, nuint) |
正規化された と を指定して、指定したサイズの画像内の正規化されていない |
GetImagePoint(CGPoint, nuint, nuint)
の指定したサイズの画像内の正規化されていないポイントを計算します normalizedPoint
。
public static CoreGraphics.CGPoint GetImagePoint(CoreGraphics.CGPoint normalizedPoint, nuint imageWidth, nuint imageHeight);
static member GetImagePoint : CoreGraphics.CGPoint * nuint * nuint -> CoreGraphics.CGPoint
パラメーター
- normalizedPoint
- CGPoint
- imageWidth
- System.System.UIntPtr System.unativeint
- imageHeight
- System.System.UIntPtr System.unativeint
戻り値
適用対象
GetImagePoint(Vector2, CGRect, nuint, nuint)
正規化された と を指定して、指定したサイズの画像内の正規化されていないfaceBoundingBox
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
パラメーター
- faceLandmarkPoint
- Vector2
- faceBoundingBox
- CGRect
- imageWidth
- System.System.UIntPtr System.unativeint
- imageHeight
- System.System.UIntPtr System.unativeint