Piccolo.NET

HighRenderQualityDelegate Delegate

A delegate that is notified when Piccolo renders in high quality.

public delegate void HighRenderQualityDelegate(
   Graphics graphics
);

Remarks

This delegate will be called whenever Piccolo renders in high quality so that you can set additional flags on the graphics object. Piccolo will set various flags for you by default.

Requirements

Namespace: UMD.HCIL.Piccolo

Assembly: UMD.HCIL.Piccolo (in UMD.HCIL.Piccolo.dll)

See Also

UMD.HCIL.Piccolo Namespace