Rectangle |
The RectangleD2D type exposes the following members.
Name | Description | |
---|---|---|
Contains(PointD2D) | ||
Contains(RectangleD2D) | ||
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | |
Equals(RectangleD2D) | Indicates whether the current object is equal to another object of the same type. | |
Expand | Expands the rectangle by the specified margin. | |
ExpandToInclude(PointD2D) | Expands this rectangle, so that it contains the point p. | |
ExpandToInclude(RectangleD2D) | Expands this rectangle, so that it now includes its former shape, and the rectangle provided in the argument. | |
ExpandToInclude(NullableRectangleD2D, NullableRectangleD2D) | Gets the rectangular bounding box that includes both rectangles. | |
FromLTRB(PointD2D, PointD2D) | Creates a rectangle from the left, top, right and bottom coordinate values. | |
FromLTRB(Double, Double, Double, Double) | Creates a rectangle from the left, top, right and bottom coordinate values. | |
GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Inflate | Inflates the rectangle by the specified values x and y. | |
IntersectsWith | Tests if this rectangle and the provided rectangle intersects. | |
NewRectangleIncludingAllPoints | Creates a rectangle that includes all the provided points. | |
Offset | Changes the location of the rectangle by the specified values for x and y. | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString) |
Name | Description | |
---|---|---|
GetIncludedTransformedRectangle |
Calculates the dimensions of the greatest (by area) rectangle included in an outer rectangle, where the inner rectangle is rotated/sheared/scaled.
(Defined by RectangleD2DExtensions) | |
ToGdi | (Defined by GeometryToSystemDrawingConversions) | |
ToGdiRectangle | (Defined by GeometryToSystemDrawingConversions) |