RenderMode¶
Namespace: ThinkGeo.Core
This enumeration represents the drawing mode for rendering map.
public enum RenderMode
Inheritance Object → ValueType → Enum → RenderMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 0 | Use Skia to render map. It is the default value to render the map images. |
Skia | 1 | Use Skia to render map. |
DrawingVisual | 2 | Use DrawingVisual to render map. |