Table of Contents

Method ExcludeClipRect

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

ExcludeClipRect(int, int, int, int)

When implemented by a class, creates a new clipping region that consists of the existing clipping region minus the specified rectangle.

void ExcludeClipRect(int x, int y, int width, int height)

Parameters

x int

X-coordinate, of the upper-left corner of the rectangle.

y int

Y-coordinate, of the upper-left corner of the rectangle.

width int

Width of the rectangle.

height int

Height of the rectangle.

ExcludeClipRect(Rectangle)

When implemented by a class, creates a new clipping region that consists of the existing clipping region minus the specified rectangle.

void ExcludeClipRect(Rectangle rect)

Parameters

rect Rectangle

Rectangle to exclude.