Graphics.clearClip

Overview | Methods | This Package | All Packages

Graphics.clearClip

Clears the object's clipping rectangle.

Syntax

public final void clearClip()

Remarks

The clipping rectangle refers to the rectangular area of the form or control in which graphical output occurs.

This method resets any clipping that has been set through a previous call to setClip. In addition, if the Graphics object is created with a specific clipping rectangle, a call to this method resets clipping to the original rectangle.

See Also   getClip, excludeFromClip, intersectWithClip