PointFデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
| 名前 | 解説 |
| PointF コンストラクタ | Initializes a new instance of the PointF class with the specified coordinates. |
トップ
パブリック フィールド
| 名前 | 解説 |
| Empty | Represents a PointF that has X and Y values set to zero. |
トップ
パブリック プロパティ
| 名前 | 解説 |
| X | Gets or sets the x-coordinate of this point. |
| Y | Gets or sets the y-coordinate of this point. |
トップ
パブリック メソッド
パブリック オペレータ
等価判定演算子 | Compares two PointF objects. The result specifies whether the values of the X and properties of the two PointF objects are equal. |
等しくないか判定する演算子 | Compares two PointF objects. The result specifies whether the values of the and Y properties of the two PointF objects are unequal. |
トップ
参照