Piccolo.NET

PPaintContext.localClipStack Field

A stack of rectangles representing the local clips. These values will be affected by the matrices in the transform stack.

protected Stack localClipStack;

Remarks

The last clip pushed will be the current clip.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace