Graphics.excludeFromClip

Overview | Methods | This Package | All Packages

Graphics.excludeFromClip

Removes the specified rectangle from the current clipping region.

Syntax

public int excludeFromClip( Rectangle lpRect )

public int excludeFromClip( int x, int y, int width, int height )

Parameters

lpRect

A Rectangle object that identifies the rectangle to exclude from the object's clipping region.

x

The x-coordinate of the rectangle to exclude from the clipping region.

y

The y-coordinate of the rectangle to exclude from the clipping region.

width

The width of the rectangle to exclude from the clipping region.

height

The height of the rectangle to exclude from the clipping region.

See Also    getClip, setClip