x4Trace Documentation v1.0
|
Represent a point. More...
Public Member Functions | |
IPoint (int x, int y) | |
Constructor. | |
Public Attributes | |
int | x |
X coordinate. | |
int | y |
Y coordinate. | |
Represent a point.
IGraphics.GInterface.IPoint.IPoint | ( | int | x, |
int | y ) |
Constructor.
x | X coordinate. |
y | Y coordinate. |