Graphics.ResetClip Method

Resets the clip region of this Graphics to an infinite region.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void ResetClip()

Remarks

When the clipping region of a Graphics is infinite, items that this Graphics draws are not clipped.

See Also

Reference