ObjectRectデータ型で公開されるメンバを以下の表に示します。
パブリック コンストラクタ
パブリック プロパティ
| 名前 | 解説 |
| Bottom | Gets or sets the y-coordinate of the bottom edge of this ObjectRect, in graphic units. |
| Height | Gets or sets the height of this ObjectRect, in graphic units. |
| Left | Gets or sets the x-coordinate of the left edge of this ObjectRect, in graphic units. |
| Right | Gets or sets the x-coordinate of the right edge of this ObjectRect, in graphic units. |
| Tag | Gets or sets the custom data associated with this ObjectRect. |
| Top | Gets or sets the y-coordinate of the top edge of this ObjectRect, in graphic units. |
| Width | Gets or sets the width of this ObjectRect, in graphic units. |
| X | Gets or sets the x-coordinate of the left edge of this ObjectRect, in graphic units. |
| Y | Gets or sets the y-coordinate of the top edge of this ObjectRect, in graphic units. |
トップ
パブリック メソッド
| 名前 | 解説 |
| Contains | Determines if the specified point is contained within this rectangle. |
| FromLTRB | Creates an instance of ObjectRect from (left, top, right, bottom) coordinates. |
| Inflate | Inflates the rectangle by the specified amount. |
| IntersectsWith | Determines if this rectangle intersects with . |
| Offset | Offsets the rectangle by the specified amount. |
| Scale | オーバーロードされます。 Scales all coordinates of a rectangle by the specified scaleFactor. |
| ToRectangleF | Converts an ObjectRect to System.Drawing.RectangleF. |
トップ
パブリック オペレータ
参照