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


The following tables list the members exposed by LeadSize.

Public Constructors

 NameDescription
public Constructor LeadSize ConstructorInitializes a new LeadSize structure object with explicit parameters. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Propertystatic (Shared in Visual Basic) EmptyRepresents a new instance of the LeadSize structure with uninitialized members. Supported in Silverlight, Windows Phone 7  
public Property HeightGets or sets a value that represents the height for this LeadSize. Supported in Silverlight, Windows Phone 7  
public Property IsEmptyGets a value indicating whether this LeadSize structure is empty. Supported in Silverlight, Windows Phone 7  
public Property WidthGets or sets a value that represents the width for this LeadSize. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method EqualsSpecifies whether this LeadSize contains the same width and height as the specified object. Supported in Silverlight, Windows Phone 7  
public Method GetHashCodeReturns a hash code for this LeadSize structure. Supported in Silverlight, Windows Phone 7  
public Method ToStringConverts this LeadSize to a human-readable string. Supported in Silverlight, Windows Phone 7  
Top

Public Operators

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

See Also