Graphisoft®

Dialog ManagerVersion: 2.0

Point::Point

Class constructor.

Point ();

Constructs the point. The coordinates will be 0.

Point (
    short               x,
    short               y
);

Constructs the point with the given coordinates.

Parameters

x
The x coordinate of the point.
y
The y coordinate of the point.