Overview | Methods | This Package | All Packages
Creates a Win32 POINT structure from the specified coordinates.
Syntax
public static POINT createPOINT( int x, int y )
Parameters
x
The x coordinate location.
y
The y coordinate location.
Return Value
Returns a POINT structure containing the specified values.