Struct POINT
The POINT structure defines the x- and y-coordinates of a point.
public struct POINT
- Inherited Members
Fields
x
Specifies the x-coordinate of the point.
public int x
Field Value
y
Specifies the y-coordinate of the point.
public int y