SetClipRectangle(Rectangle?)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Sets the clipping rectangle.

Syntax

public void SetClipRectangle(
	Rectangle? rect
)

Parameters

rect

Clipping rectangle. If null, disables clipping


Back to index