The following tables list the members exposed by LeadRect.
Public Constructors
Public Properties
| Name | Description |
| Bottom | Gets the y-coordinate of the lower-right corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Empty | Represents a new instance of the LeadRect with uninitialized members. Supported in Silverlight, Windows Phone 7 |
| Height | Gets or sets the height of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| IsEmpty | Gets a value indicating whether this LeadRect structure is empty. Supported in Silverlight, Windows Phone 7 |
| Left | Gets the x-coordinate of the left edge of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Location | Gets or sets the coordinates of the upper-left corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Right | Gets the x-coordinate of the upper-right corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Size | Gets or sets the size of this LeadRect. Supported in Silverlight, Windows Phone 7 |
| Top | Gets the y-coordinate of the top edge of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Width | Gets or sets the width of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| X | Gets or sets the x-coordinate of the upper-left corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Y | Gets or sets the y-coordinate of the upper-left corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
Top
Public Methods
| Name | Description |
| Contains | Overloaded. Determines if the rectangular region represented by rect is entirely contained within this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Equals | Determines whether the specified object equals this LeadRect object. Supported in Silverlight, Windows Phone 7 |
| FromLTRB | Returns a LeadRect structure with the specified edge locations. Supported in Silverlight, Windows Phone 7 |
| GetHashCode | Returns the hash code for this LeadRect structure. Supported in Silverlight, Windows Phone 7 |
| Inflate | Overloaded. Creates and returns an inflated copy of the specified LeadRect structure. The copy is inflated by the specified amount. The original rectangle remains unmodified. Supported in Silverlight, Windows Phone 7 |
| Intersect | Overloaded. Returns an LeadRect structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned. Supported in Silverlight, Windows Phone 7 |
| IntersectsWith | Determines if this rectangle intersects with a test rectangle. Supported in Silverlight, Windows Phone 7 |
| Offset | Overloaded. Adjusts the location of this rectangle by the specified amounts. Supported in Silverlight, Windows Phone 7 |
| ToString | Converts this LeadRect to a human-readable string. Supported in Silverlight, Windows Phone 7 |
| Union | Gets a rectangle structure that contains the union of two rectangle structures. Supported in Silverlight, Windows Phone 7 |
Top
Public Operators
See Also