Piccolo.NET

RenderQuality Enumeration

This enumeration is used by the PPaintContext class. It represents the quality level with which the piccolo scene graph will be rendered.

public enum RenderQuality

Remarks

Lower quality rendering is faster.

Members

Member NameDescription
LowQuality The scene graph will be rendered in low quality mode.
HighQuality The scene graph will be rendered in high quality mode.

Requirements

Namespace: UMD.HCIL.Piccolo.Util

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

See Also

UMD.HCIL.Piccolo.Util Namespace