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