Version

Point Structure Members

The following tables list the members exposed by Point.

Public Constructors
 NameDescription
Public ConstructorPoint ConstructorOverloaded.   
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)EmptyRepresents point that has X and Y values set to zero.  
Public PropertyIsEmptyReturns a boolean value indicating whether this point is empty.  
Public PropertyXReturns or sets the x-coordinate of this point.  
Public PropertyYReturns or sets the y-coordinate of this point.  
Public Methods
 NameDescription
Public MethodEqualsIndicates whether this instance and the specified object are equal  
Public MethodGetHashCodeReturns a hash code.  
Public MethodResetResets all properties of this structure to their default values.  
Public MethodResetXRestores the value of the P:Infragistics.Win.DataVisualization.Point.X property to its default.  
Public MethodResetYRestores the value of the P:Infragistics.Win.DataVisualization.Point.Y property to its default.  
Public MethodShouldSerializeXReturns a boolean value indicating whether the P:Infragistics.Win.DataVisualization.Point.X property requires serialization.  
Public MethodShouldSerializeYReturns a boolean value indicating whether the P:Infragistics.Win.DataVisualization.Point.Y property requires serialization.  
Public MethodToStringReturns the string representation of this instance.  
Public Operators
public Operator Equality Overloaded. Overrides the == operator
public Operator Implicit Type Conversion Overloaded. Returns a Infragistics.DataVisualization.Point instance from the specified System.Drawing.Point instance.
public Operator Inequality Overloaded. Overrides the != operator
See Also