Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.