Microsoft SDK for Java

PenStyle.NULL

Represents a null pen. A null pen is one that results in no drawing.

Syntax

public static final int NULL;

Remarks

A null pen is useful when you have a function that always draws a border, but you do not want to include the border.

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