Piccolo.NET

PCanvas.PaintPiccolo Method 

Paints the piccolo hierarchy.

protected virtual void PaintPiccolo(
   PPaintContext paintContext
);

Parameters

paintContext
The paint context to use for painting piccolo.

Remarks

Subclasses that add painting code should override this method rather than PCanvas.OnPaint to ensure that any extra processing will be included in the output frame rate calculation.

See Also

PCanvas Class | UMD.HCIL.Piccolo Namespace


Web Accessibility