C1.C1Preview Namespace : RectangleD Structure |
For a list of all members of this type, see RectangleD members.
Name | Description | |
---|---|---|
Contains | Overloaded. Tests whether the specified point is contained within the current RectangleD. | |
FromLTRB | Creates a RectangleD structure based on the coordinates of its top-left and bottom-right corners. | |
Inflate | Overloaded. Inflates the current RectangleD by the specified amounts on four sides. | |
Intersect | Overloaded. Replaces the current RectangleD structure with the intersection of itself and another RectangleD. | |
IntersectsWith | Tests whether the current RectangleD intersects with another. | |
Offset | Overloaded. Offsets the location of the current RectangleD by specified horizontal and vertical amounts. | |
Parse | Converts a string to a RectangleD structure. | |
ToRectangle | Converts the current RectangleD to a System.Drawing.Rectangle. | |
ToRectangleF | Converts the current RectangleD to a System.Drawing.RectangleF. | |
ToString | Converts the current RectangleD structure to a human-readable string representing it. | |
Union | Creates a new RectangleD structure representing the smallest possible rectangle containing the two specified rectangles. |