PointF 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示浮點 X 和 Y 座標的排序配對,該配對會定義二維平面中的點。
public value class PointF : IEquatable<System::Drawing::PointF>
public value class PointF
public struct PointF : IEquatable<System.Drawing.PointF>
public struct PointF
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public struct PointF
type PointF = struct
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type PointF = struct
Public Structure PointF
Implements IEquatable(Of PointF)
Public Structure PointF
- 繼承
- 屬性
- 實作
備註
若要將 轉換為 PointFPoint,請使用 Point.Round 或 Point.Truncate。
建構函式
PointF(Single, Single) |
使用指定的座標,初始化 PointF 類別的新執行個體。 |
PointF(Vector2) |
欄位
Empty |
表示 PointF 類別的新執行個體,其具有未初始化的成員資料。 |
屬性
IsEmpty |
取得值,指出這個 PointF 是否為空的。 |
X |
取得或設定這個 PointF 的 X 座標。 |
Y |
取得或設定這個 PointF 的 Y 座標。 |
方法
Add(PointF, Size) | |
Add(PointF, SizeF) | |
Equals(Object) | |
Equals(PointF) |
指出目前的物件是否等於另一個相同類型的物件。 |
GetHashCode() |
傳回這個 PointF 結構的雜湊程式碼。 |
Subtract(PointF, Size) |
根據指定大小的負數轉譯 PointF。 |
Subtract(PointF, SizeF) |
根據指定大小的負數轉譯 PointF。 |
ToString() |
將這個 PointF 轉換為人們可讀取的 (Human Readable) 字串。 |
ToVector2() |