DrawingQuality¶
Namespace: ThinkGeo.Core
Specifies the drawing quality preset for a GeoCanvas.
public enum DrawingQuality
Inheritance Object → ValueType → Enum → DrawingQuality
Implements IComparable, IFormattable, IConvertible
Remarks:
Each value is a convenience preset that configures the canvas rendering options. When using SkiaGeoCanvas, setting SkiaGeoCanvas.RenderingOptions directly overrides whatever preset was selected here.
Fields¶
| Name | Value | Description |
|---|---|---|
| Standard | 0 | Represents the standard balanced quality (Anti-aliasing ON, Image Sampling Mitchell). |
| Default | 5 | Obsolete. Previously represented a default preset. |
| HighQuality | 1 | Obsolete. Legacy preset intended to improve rendering quality. |
| HighSpeed | 2 | Prioritizes performance and deterministic behavior. |
| Medium | 3 | Obsolete. Previously represented a balanced preset. |