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


The following tables list the members exposed by LeadRect.

Public Constructors

 NameDescription
public Constructor LeadRect ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BottomGets the y-coordinate of the lower-right corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Propertystatic (Shared in Visual Basic) EmptyRepresents a new instance of the LeadRect with uninitialized members. Supported in Silverlight, Windows Phone 7  
public Property HeightGets or sets the height of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property IsEmptyGets a value indicating whether this LeadRect structure is empty. Supported in Silverlight, Windows Phone 7  
public Property LeftGets the x-coordinate of the left edge of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property LocationGets or sets the coordinates of the upper-left corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property RightGets the x-coordinate of the upper-right corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property SizeGets or sets the size of this LeadRect. Supported in Silverlight, Windows Phone 7  
public PropertyIncludes members available as add-ons to the LEADTOOLS Document and Medical Imaging Toolkits. TopGets the y-coordinate of the top edge of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property WidthGets or sets the width of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property XGets or sets the x-coordinate of the upper-left corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
public Property YGets or sets the y-coordinate of the upper-left corner of this LeadRect structure. Supported in Silverlight, Windows Phone 7  
Top

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

Public Operators

public Operator Equality Specifies whether this LeadRect contains the same location and size as the specified object. Supported in Silverlight, Windows Phone 7
public Operator Inequality Specifies whether this LeadRect does not contain the same location and size as the specified object. Supported in Silverlight, Windows Phone 7
Top

See Also