OverlayRefreshType¶
Namespace: ThinkGeo.UI.Wpf
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 translates map's position. |
RedrawIfNotDrawn | 2 | It's for MultiTileOverlay, avoid redrawing the tiles which are already drawn |