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
轉換的點。