PointFデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
| 名前 | 解説 |
![Public コンストラクタ](template/packages/core-dotnet/images/publicConstructor.png) | PointF コンストラクタ | Initializes a new instance of the PointF class with the specified coordinates. |
トップ
パブリック フィールド
| 名前 | 解説 |
![Public フィールド](template/packages/core-dotnet/images/publicField.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Empty | Represents a PointF that has X and Y values set to zero. |
トップ
パブリック プロパティ
| 名前 | 解説 |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | X | Gets or sets the x-coordinate of this point. |
![Public プロパティ](template/packages/core-dotnet/images/publicProperty.png) | 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. |
トップ
参照