Piccolo.NET

PPaintContext Fields

The fields of the PPaintContext class are listed below. For a complete list of PPaintContext class members, see the PPaintContext Members topic.

Public Static Fields

CURRENT_PAINT_CONTEXT The current PPaintContext.

Protected Instance Fields

cameraStack A stack of the cameras being painted.
clipStack A stack of the clip regions that the paint context applies. These regions are not affected by the matrices in the transform stack.
localClipStack A stack of rectangles representing the local clips. These values will be affected by the matrices in the transform stack.
transformStack A stack of the transforms that the paint context applies.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace