名前 | 解説 | |
---|---|---|
Contains | オーバーロードされます。 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 | オーバーロードされます。 Inflates the current RectangleD by the specified amounts on four sides. | |
Intersect | オーバーロードされます。 Replaces the current RectangleD structure with the intersection of itself and another RectangleD. | |
IntersectsWith | Tests whether the current RectangleD intersects with another. | |
Offset | オーバーロードされます。 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. |