Microsoft SDK for Java

CursorX Class Constructors

The CursorX Class contains the following constructor:

CursorX(Image img, int x, int y)

Creates an extended cursor object with a default type from a specified image.

Syntax

public CursorX(Image img, int x, int y);

Parameters

img The Image to create the cursor from.
x The x-coordinate of the point that acts as the cursor's hot spot.
y The y-coordinate of the point that acts as the cursor's hot spot.

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