次の方法で共有


PointExtensions.ToSystemPointF メソッド

定義

オーバーロード

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

変換されたポイント。

適用対象