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
 - operator!= - Copmare points
 - operator== - Copmare points
 - x - Horizontal position
 - y - Vertical position
 - ~Point - Destructor
 

