Utils.createRECT

Overview | Methods | This Package | All 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.