This structure defines a two-dimensional point. More...
import "IntegerPoint2D.idl";
Public Attributes | |
long | X |
The x coordinate of the point. | |
long | Y |
The x coordinate of the point. | |
This structure defines a two-dimensional point.
This structure contains x and y integer-valued coordinates of a two-dimensional point.
long X |
The x coordinate of the point.
long Y |
The x coordinate of the point.