Enum RenderQuality
Specifies which render quality is used to display the bitmap images.
Namespace: DesktopMagicPluginAPI.Drawing
Assembly: DesktopMagicPluginAPI.dll
Syntax
public enum RenderQuality
Fields
| Name | Description |
|---|---|
| High | Slower then Low but produces higher quality output. |
| Low | Faster then High but produces lower quality output. |
| Performance | Provides performance benefits over Low |