Point Operators and Type Conversions
.NET Framework 4.5
The Point type exposes the following members.
| Name | Description | |
|---|---|---|
|
Addition | Translates the specified Point by the specified Vector and returns the result. |
|
Equality | Compares two Point structures for equality. |
|
Explicit(Point to Vector) | Creates a Vector structure with an X value equal to the point's X value and a Y value equal to the point's Y value. |
|
Explicit(Point to Size) | Creates a Size structure with a Width equal to this point's X value and a Height equal to this point's Y value. |
|
Inequality | Compares two Point structures for inequality. |
|
Multiply | Transforms the specified Point by the specified Matrix. |
|
Subtraction(Point, Point) | Subtracts the specified Point from another specified Point and returns the difference as a Vector. |
|
Subtraction(Point, Vector) | Subtracts the specified Vector from the specified Point and returns the resulting Point. |