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


The following tables list the members exposed by LeadPoint.

Public Constructors

 NameDescription
public Constructor LeadPoint ConstructorInitializes a new LeadPoint 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 LeadPoint with uninitialized members. Supported in Silverlight, Windows Phone 7  
public Property IsEmptyGets a value indicating whether this LeadPoint structure is empty. Supported in Silverlight, Windows Phone 7  
public Property XGets or sets a value that represents the X coordinate for this LeadPoint. Supported in Silverlight, Windows Phone 7  
public Property YGets or sets a value that represents the Y coordinate for this LeadPoint. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

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

Public Operators

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

See Also