名前 | 解説 | |
---|---|---|
Point コンストラクタ | Initializes a new instance of the Point structure. |
Pointデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Point コンストラクタ | Initializes a new instance of the Point structure. |
名前 | 解説 | |
---|---|---|
Empty | Represents an empty instance of the Point structure. | |
IsEmpty | Gets a value indicating whether the current Point is empty. | |
X | Gets or sets the X coordinate of the current Point. | |
Y | Gets or sets the Y coordinate of the current Point. |
名前 | 解説 | |
---|---|---|
Add | Adds a Size to a Point. | |
Ceiling | Converts the current Point structure to a System.Drawing.Point by rounding the double coordinates to the next higher integer values. | |
Equals | Indicates whether this instance and a specified object are equal. | |
GetHashCode | Returns the hash code for this instance. | |
Offset | Offsets the current Point structure by the specified values. | |
Substract | Subtracts a Size from a Point. | |
ToPointF | Converts the current Point structure to a System.Drawing.PointF. | |
ToString | Converts the current Point to a human readable string. | |
Truncate | Converts the current Point structure to a System.Drawing.Point by truncating the values of the Point object. |
加算演算子 | Adds a Size to a Point. |
等価判定演算子 | Indicates whether two Point structures are equal. |
明示的 キャスト 演算子 | Converts a Point to a Size. |
暗黙的 キャスト 演算子 | オーバーロードされます。 Converts a System.Drawing.Point to a Point. |
等しくないか判定する演算子 | Indicates whether two Point structures are not equal. |
減算演算子 | Subtracts a Size from a Point. |