Piccolo.NET

PPaintContext.OnHighRenderQuality Method 

This method is called when the render quality is set to high.

protected virtual void OnHighRenderQuality(
   Graphics graphics,
   PCanvas canvas
);

Parameters

graphics
The graphics context associated with this paint context.
canvas
The canvas that this paint context will render on.

Remarks

Override this method to change how the high render quality is set.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace