Microsoft SDK for Java

drawNativeEdge

This method of the GraphicsX Class draws one or more edges of rectangle.

Syntax

public void drawNativeEdge(int X, int Y, int W, int H, int edges, int flags);

Parameters

X The x coordinate of the rectangle's upper left corner.
Y The y coordinate of the rectangle's upper left corner.
W The width of the rectangle.
H The height of the rectangle.
edges Specifies the type of inner and outer edge to draw.
flags Specifies the type of border.

Remarks

This method was added as of versions 2925 through 3167 of the Microsoft virtual machine.

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