Skip to content

RenderMode

Namespace: ThinkGeo.Core

This enumeration represents the drawing mode for rendering map.

public enum RenderMode

Inheritance ObjectValueTypeEnumRenderMode
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.