Create point
Point  :: 
Point ( 
int32 iHorizontal,
int32 iVertical )
The constructor creates a point at position (iHorizontal,iVertical).
- iHorizontal
- Horizontal Value
Value for horizontal (x) position.
- iVertical
- Vertical Value
Value for Vertical (y) Position