PointExtensions.ToSystemPoint メソッド

定義

オーバーロード

ToSystemPoint(Point)

ポイントをシステム表現に変換します。

ToSystemPoint(CGPoint)

ポイントをシステム表現に変換します。

ToSystemPoint(Point)

ポイントをシステム表現に変換します。

ToSystemPoint(Point)

ポイントをシステム表現に変換します。

public static System.Drawing.Point ToSystemPoint (this Android.Graphics.Point point);

パラメーター

point
Point

変換対象の点。

戻り値

変換されたポイント。

適用対象

ToSystemPoint(CGPoint)

ポイントをシステム表現に変換します。

public static System.Drawing.Point ToSystemPoint (this CoreGraphics.CGPoint point);

パラメーター

point
CGPoint

変換対象の点。

戻り値

変換されたポイント。

適用対象

ToSystemPoint(Point)

ポイントをシステム表現に変換します。

public static System.Drawing.Point ToSystemPoint (this Windows.Foundation.Point point);

パラメーター

point
Point

変換対象の点。

戻り値

変換されたポイント。

適用対象