Creates a Win32 POINT structure from the specified coordinates.
public static POINT createPOINT( int x, int y )
x
The x coordinate location.
y
The y coordinate location.
Returns a POINT structure containing the specified values.