PointF 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public value class PointF
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointFTypeConverter))]
public struct PointF
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Graphics.Converters.PointFTypeConverter))>]
type PointF = struct
Public Structure PointF
- 繼承
-
PointF
- 屬性
建構函式
| PointF(Single, Single) | |
| PointF(SizeF) | |
| PointF(Vector2) |
欄位
| Zero |
屬性
| IsEmpty | |
| X | |
| Y |
方法
| Deconstruct(Single, Single) | |
| Distance(PointF) | |
| Equals(Object) | |
| Equals(Object, Single) | |
| GetHashCode() | |
| Offset(Single, Single) | |
| Round() | |
| ToString() | |
| TransformBy(Matrix3x2) | |
| TryParse(String, PointF) |
運算子
擴充方法
| Lerp(PointF, PointF, Double) | |
| ToSKPoint(PointF) |