Point - Point
A point is a position on the screen (desktop) defined in horizontal (x) and vertical (y) pixel position on the desktop or a position in a text (line (x) and column(y)).
Functions
- Point - Constructor
- assign - - internal feature (not documented)
- operator!= - Copmare points
- operator= - - internal feature (not documented)
- operator== - Copmare points
- x - Horizontal position
- y - Vertical position
- ~Point - Destructor