Microsoft SDK for Java

DhHotSpotShapes.RECTANGLE

Specifies that the hotspot has a rectangular shape.

Syntax

public static final int RECTANGLE;

Remarks

Coordinates are specified as "top, left, width, and height"; for example, the following coordinates create a rectangle.

setCoords(new int[] {5,5,10,20})

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