Piccolo.NET

PPaintContext.PopClip Method 

Pops a clip from both the clip stack and the local clip stack and sets the clip of the graphics context to the clip popped from the clip stack.

public virtual void PopClip(
   Region aClip
);

Parameters

aClip
The clip to pop.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace