LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LeadRect Structure Methods
See Also 
Leadtools Namespace : LeadRect Structure


"

For a list of all members of this type, see LeadRect members.

"

Public Methods

 NameDescription
public Method ContainsOverloaded. Determines if the rectangular region represented by rect is entirely contained within this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Method EqualsDetermines whether the specified object equals this LeadRect object. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) FromLTRBReturns a LeadRect structure with the specified edge locations. Supported in Silverlight, Windows Phone 7  
public Method GetHashCodeReturns the hash code for this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) InflateOverloaded. 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  
public Methodstatic (Shared in Visual Basic) IntersectOverloaded. 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  
public Method IntersectsWithDetermines if this rectangle intersects with a test rectangle. Supported in Silverlight, Windows Phone 7  
public Method OffsetOverloaded. Adjusts the location of this rectangle by the specified amounts. Supported in Silverlight, Windows Phone 7  
public Method ToStringConverts this LeadRect to a human-readable string. Supported in Silverlight, Windows Phone 7  
public Methodstatic (Shared in Visual Basic) UnionGets a rectangle structure that contains the union of two rectangle structures. Supported in Silverlight, Windows Phone 7  
Top

See Also