PointFloat Members
In This Article
#Constructors
Name | Description |
---|---|
Point |
For internal use only. Initializes a new instance of the Point |
Point |
For internal use only. Initializes a new instance of the Point |
#Properties
Name | Description |
---|---|
Is |
For internal use only. Checks whether the current point object is empty. |
X |
For internal use. Specifies the X-coordinate of the Point |
Y |
For internal use. Specifies the Y-coordinate of the Point |
#Methods
Name | Description |
---|---|
Equals |
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether or not the specified object is equal to the current Point |
Get |
Serves as the default hash function. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Offset |
Adds the specified values to Point |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
For internal use. Returns the textual representation of Point |
See Also