Point2L Structure Members
In This Topic
The following tables list the members exposed by Point2L.
Public Constructors
Public Fields
| Name | Description |
| Empty | An empty point. |
| SizeInBytes | The size of the Point2L type, in bytes. |
| X | The X coordinate of the point. |
| Y | The Y coordinate of the point. |
Top
Public Properties
| Name | Description |
| IsEmpty | Determines if all components of Point2L are equal to zero. |
Top
Public Methods
Public Operators
Addition | Overloaded. Returns the result of addition of size to point. |
Equality | Determines if the specified values are equal. |
Inequality | Determines if the specified values are not equal. |
Subtraction | Overloaded. Returns the result of substruction of size from point. |
Top
See Also