The following tables list the members exposed by LeadRectD.
Name | Description | |
---|---|---|
![]() | LeadRectD Constructor | Creates a new LeadRectD object. |
Name | Description | |
---|---|---|
![]() | Bottom | Gets the y-coordinate of the bottom edge of this LeadRectD. |
![]() | BottomLeft | Gets a LeadPointD that represents the bottom-left edge of this LeadRectD. |
![]() | BottomRight | Gets a LeadPointD that represents the bottom-right edge of this LeadRectD. |
![]() ![]() | Empty | Gets a value that represents a static empty LeadRectD. |
![]() | Height | Gets or sets the height of this LeadRectD. |
![]() | IsEmpty | Gets a value that indicates whether this instance of LeadRectD is Empty. |
![]() | Left | Gets the x-coordinate of the left edge of this LeadRectD. |
![]() | Location | Gets or sets the coordinates of the upper-left corner of this LeadRectD. |
![]() | Right | Gets the x-coordinate of the right edge of this LeadRectD. |
![]() | Size | Gets or sets the size of this LeadRectD. |
![]() | Top | Gets the y-coordinate of the top edge of this LeadRectD. |
![]() | TopLeft | Gets a LeadPointD that represents the top-left edge of this LeadRectD. |
![]() | TopRight | Gets a LeadPointD that represents the top-right edge of this LeadRectD. |
![]() | Width | Gets or sets the width of this LeadRectD. |
![]() | X | Gets or sets the x-coordinate of the upper-left corner of this LeadRectD. |
![]() | Y | Gets or sets the y-coordinate of the upper-left corner of this LeadRectD. |
Name | Description | |
---|---|---|
![]() | Clone | Creates an exact copy of this LeadRectD. |
![]() | Contains | Determines whether the specified point is contained within this LeadRectD. |
![]() | ContainsPoint | Determines whether the specified point is contained within this LeadRectD. |
![]() | ContainsRect | Determines if the rectangular region represented by the specified value is entirely contained within this LeadRectD. |
![]() ![]() | Create | Initializes a new LeadRectD object with explicit parameters. |
![]() ![]() | Equals | Overloaded. Specifies whether two LeadRectD contain the same coordinates. |
![]() ![]() | FromJSON | Converts a JSON-compatible dictionary object to a new LeadRectD instance. |
![]() ![]() | FromLTRB | Creates a LeadRectD with the specified edge locations. |
![]() | Inflate | Inflates this LeadRectD by the specified amount. |
![]() ![]() | InflateRect | Returns a LeadRectD resulting from inflating the specified rectangle by the specified amount. |
![]() | Intersect | Replaces this LeadRectD with the intersection of itself and the specified LeadRectD. |
![]() ![]() | IntersectRects | Returns a LeadRectD that represents the intersection of two rectangles. |
![]() | IntersectsWith | Determines if this LeadRectD intersects with a test value. |
![]() | Offset | Adjusts the location of this rectangle by the specified amount. |
![]() | Scale | Scales this LeadRectD by the specified amount. |
![]() | ToJSON | Converts this LeadRectD to a JSON-compatible dictionary object. |
![]() | ToString | Converts this LeadRectD to a human-readable string. |
![]() | Union | Combines this LeadRectD with the specified value. |
![]() ![]() | UnionRects | Gets a LeadRectD that contains the union of two rectangles. |