The XRect type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition |
Translates the rectangle by adding the specified point.
| |
Equality |
Determines whether the two rectangles are equal.
| |
(Rectangle to XRect) |
Performs an implicit conversion from a System.Drawing.Rectangle to an XRect.
| |
(RectangleF to XRect) |
Performs an implicit conversion from a System.Drawing.RectangleF to an XRect.
| |
Inequality |
Determines whether the two rectangles are not equal.
| |
Subtraction |
Translates the rectangle by subtracting the specified point.
|
See Also