The fields of the PPaintContext class are listed below. For a complete list of PPaintContext class members, see the PPaintContext Members topic.
![]() CURRENT_PAINT_CONTEXT | The current PPaintContext. |
![]() PTS | A temporary array of points used to calculate the scale. |
![]() TEMP_MATRIX | A temporary matrix used to calculate the scale. |
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. |
PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace