Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.createPOINT
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.