This method of the GraphicsX Class draws one or more edges of rectangle.
public void drawNativeEdge(int X, int Y, int W, int H, int edges, int flags);
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. |
This method was added as of versions 2925 through 3167 of the Microsoft virtual machine.