Piccolo.NET

PCanvas.CreatePaintContext Method 

Override this method to return a subclass of PPaintContext.

protected virtual PPaintContext CreatePaintContext(
   PaintEventArgs pe
);

Parameters

pe
A PaintEventArgs that contains the PaintEvent data.

Return Value

The paint context to use for painting piccolo.

Remarks

This can be useful if you are trying to plug in a different renderer, other than GDI+. See the PiccoloDirect3D sample.

See Also

PCanvas Class | UMD.HCIL.Piccolo Namespace


Web Accessibility