Microsoft SDK for Java

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.

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