| C1.UWP.DX Assembly > C1.Util.DX Namespace : Point2L Structure |
The following tables list the members exposed by Point2L.
| Name | Description | |
|---|---|---|
![]() | Point2L Constructor | Initializes a new instance of the Point2L struct. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | Overloaded. Indicates whether this instance and a specified object are equal. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | Offset | Overloaded. Offsets the point by the specified amount. |
![]() | ToPoint2D | Converts Point2L to Point2D. |
![]() | ToPoint2F | Converts Point2L to Point2F. |
![]() | ToString | Returns a string that represents the current object. |
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. |