Microsoft SDK for Java

getCursor

This method of the ImageX Class retrieves an ImageRepresentation of a native Win32 cursor based on the current ImageX object.

Syntax

public int getCursor(int x, int y);

Return Value

Returns the handle of a native cursor.

Parameters

x The x-coordinate of the cursor's hot spot.
y The y-coordinate of the cursor's hot spot.

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