| 名前 | 解説 | |
|---|---|---|
![]() | PointD コンストラクタ | Initializes a new instance of the PointD structure. |
PointDデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | PointD コンストラクタ | Initializes a new instance of the PointD structure. |
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | Empty | Represents an empty instance of the PointD structure. |
![]() | IsEmpty | Gets a value indicating whether the current PointD is empty. |
![]() | X | Gets or sets the X coordinate of the current PointD. |
![]() | Y | Gets or sets the Y coordinate of the current PointD. |
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | Add | Adds a SizeD to a PointD. |
![]() | Ceiling | Converts the current PointD structure to a System.Drawing.Point by rounding the double coordinates to the next higher integer values. |
![]() | Offset | Offsets the current PointD structure by the specified values. |
![]() ![]() | Parse | Converts a string to a PointD structure. |
![]() ![]() | Substract | Subtracts a SizeD from a PointD. |
![]() | ToPointF | Converts the current PointD structure to a System.Drawing.PointF. |
![]() | ToString | Converts the current PointD to a human readable string. |
![]() | Truncate | Converts the current PointD structure to a System.Drawing.Point by truncating the values of the Point object. |
加算演算子 | Adds a SizeD to a PointD. |
明示的 キャスト 演算子 | Converts a PointD to a SizeD. |
暗黙的 キャスト 演算子 | オーバーロードされます。 Converts a System.Drawing.Point to a PointD. |
減算演算子 | Subtracts a SizeD from a PointD. |