In This Topic
The following tables list the members exposed by ObjectRect.
Public Constructors
Public Properties
| Name | Description |
| 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. |
Top
Public Methods
| Name | Description |
| 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 | Overloaded. Scales all coordinates of a rectangle by the specified scaleFactor. |
| ToRectangleF | Converts an ObjectRect to System.Drawing.RectangleF. |
Top
Public Operators
See Also