PointExtensions.ToSystemPointF メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ToSystemPointF(PointF) |
ポイントをシステム表現に変換します。 |
ToSystemPointF(CGPoint) |
ポイントをシステム表現に変換します。 |
ToSystemPointF(Point) |
ポイントをシステム表現に変換します。 |
ToSystemPointF(PointF)
ポイントをシステム表現に変換します。
public static System.Drawing.PointF ToSystemPointF (this Android.Graphics.PointF point);
パラメーター
- point
- Android.Graphics.PointF
変換対象の点。
戻り値
System.Drawing.PointF
変換されたポイント。
適用対象
ToSystemPointF(CGPoint)
ポイントをシステム表現に変換します。
public static System.Drawing.PointF ToSystemPointF (this CoreGraphics.CGPoint point);
パラメーター
- point
- CoreGraphics.CGPoint
変換対象の点。
戻り値
System.Drawing.PointF
変換されたポイント。
適用対象
ToSystemPointF(Point)
ポイントをシステム表現に変換します。
public static System.Drawing.PointF ToSystemPointF (this Windows.Foundation.Point point);
パラメーター
- point
- Windows.Foundation.Point
変換対象の点。
戻り値
System.Drawing.PointF
変換されたポイント。