Piccolo.NET

PPaintContext.OnLowRenderQuality Method 

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

protected virtual void OnLowRenderQuality(
   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 low render quality is set.

See Also

PPaintContext Class | UMD.HCIL.Piccolo.Util Namespace