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.createRECT
Creates a Win32 RECT structure from the specified coordinates.
Syntax
public static RECT createRECT( int x**, int** y**, int** width**, int** height )
Parameters
x
The x coordinate location.
y
The y coordinate location.
width
The width of the rectangle.
height
The height of the rectangle.
Return Value
Returns a RECT structure containing the specified values.