OverlayRefreshType¶
Namespace: ThinkGeo.Core
Represents how the overlay refreshes.
public enum OverlayRefreshType
Inheritance Object → ValueType → Enum → OverlayRefreshType
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Redraw | 0 | Redraw indicates redraw all the map including translate map's position and regenerate images. |
Pan | 1 | Pan indicates redraw map for panning. It only translate map's position. |
RedrawIfNotDrawn | 2 |