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 Static Fields

PTS A temporary array of points used to calculate the scale.
TEMP_MATRIX A temporary matrix used to calculate the scale.

Protected Instance Fields

cameraStack A stack of the cameras being painted.
canvas The canvas that this paint context will render on.
clipStack A stack of the clip regions that the paint context applies. These regions are not affected by the matrices in the transform stack.
graphics The graphics object used for rendering.
localClipStack A stack of rectangles representing the local clips. These values will be affected by the matrices in the transform stack.
renderQuality Rendering hints for this paint context.
transformStack A stack of the transforms that the paint context applies.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility