Version

Point Structure Members

The following tables list the members exposed by Point.

Public Constructors
 NameDescription
Public ConstructorPoint ConstructorInitialize a new instance of Point  
Public Properties
 NameDescription
Public PropertyXGets/sets the X value  
Public PropertyYGets/sets the Y value  
Public Methods
 NameDescription
Public MethodEqualsDetermines if the object is equal to this obect  
Public MethodGetHashCodeReturns a hash code  
Public MethodToStringReturns a string containing the X and Y values  
Public Operators
public Operator Equality == operator
public Operator Inequality != operator
See Also