Wrapper around the Winapi POINT type.
| C# |
public struct POINT
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| POINT(Int32, Int32) |
Creates a new POINT.
| |
| Implicit(POINT) |
Implicit cast.
| |
| Implicit(Point) |
Implicit cast.
| |
| X |
The X Coordinate.
| |
| Y |
The Y Coordinate.
|