CPoint:Class Properties
The CPoint class has 2 properties that define the x,y values of a point. These properties are accessed directly by using the dot operator on the CPoint object, as in P.x.
|
CPoint Class Properties |
|
|
x |
The x value of the point. |
|
y |
The y value of the point. |