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. |
Resize | 2 | Resize indicates redraw map for resizing. |
Zoom | 3 | Zoom indicates redraw map for zooming. It will zoom to the target extent with animation, and then redraw the map. |