共用方式為


PointExtensions.ToSystemPoint 方法

定義

多載

ToSystemPoint(Point)

將點轉換為系統表示。

ToSystemPoint(CGPoint)

將點轉換為系統表示。

ToSystemPoint(Point)

將點轉換為系統表示。

ToSystemPoint(Point)

將點轉換為系統表示。

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

參數

point
Android.Graphics.Point

要轉換的點。

傳回

System.Drawing.Point

轉換的點。

適用於

ToSystemPoint(CGPoint)

將點轉換為系統表示。

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

參數

point
CoreGraphics.CGPoint

要轉換的點。

傳回

System.Drawing.Point

轉換的點。

適用於

ToSystemPoint(Point)

將點轉換為系統表示。

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

參數

point
Windows.Foundation.Point

要轉換的點。

傳回

System.Drawing.Point

轉換的點。

適用於