Leadtools Namespace : LeadRect Structure |
The following tables list the members exposed by LeadRect.
Name | Description | |
---|---|---|
LeadRect Constructor | Overloaded. |
Name | Description | |
---|---|---|
Bottom | Gets the y-coordinate of the lower-right corner of this LeadRect structure. | |
Empty | Represents a new instance of the LeadRect with uninitialized members. | |
Height | Gets or sets the height of this LeadRect structure. | |
IsEmpty | Gets a value indicating whether this LeadRect structure is empty. | |
Left | Gets the x-coordinate of the left edge of this LeadRect structure. | |
Location | Gets or sets the coordinates of the upper-left corner of this LeadRect structure. | |
Right | Gets the x-coordinate of the upper-right corner of this LeadRect structure. | |
Size | Gets or sets the size of this LeadRect. | |
Top | Gets the y-coordinate of the top edge of this LeadRect structure. | |
Width | Gets or sets the width of this LeadRect structure. | |
X | Gets or sets the x-coordinate of the upper-left corner of this LeadRect structure. | |
Y | Gets or sets the y-coordinate of the upper-left corner of this LeadRect structure. |
Name | Description | |
---|---|---|
Contains | Overloaded. Determines whether the specified point is contained within this LeadRect structure. | |
Create | Initializes a new LeadRect object with explicit parameters. | |
Equals | Determines whether the specified object equals this LeadRect object. | |
FromLTRB | Returns a LeadRect structure with the specified edge locations. | |
GetHashCode | Returns the hash code for this LeadRect structure. | |
Inflate | Overloaded. Inflates a LeadRect structure by the specified amount. | |
Intersect | Overloaded. Replaces this LeadRect structure with the intersection of itself and the specified LeadRect structure. | |
IntersectsWith | Determines if this rectangle intersects with a test rectangle. | |
Offset | Overloaded. Adjusts the location of this rectangle by the specified amount. | |
ToString | Converts this LeadRect to a human-readable string. | |
Union | Gets a rectangle structure that contains the union of two rectangle structures. |
Equality | Specifies whether this LeadRect contains the same location and size as the specified object. |
Inequality | Specifies whether this LeadRect does not contain the same location and size as the specified object. |