MapShapeUpdateShape Method |
Update the properties of the shape, according the current scale of the MapView object.
Namespace:
Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public virtual void UpdateShape(
MapView mapView,
UpdateMode mode,
bool lazyUpdate
)
Public Overridable Sub UpdateShape (
mapView As MapView,
mode As UpdateMode,
lazyUpdate As Boolean
)
public:
virtual void UpdateShape(
MapView^ mapView,
UpdateMode mode,
bool lazyUpdate
)
abstract UpdateShape :
mapView : MapView *
mode : UpdateMode *
lazyUpdate : bool -> unit
override UpdateShape :
mapView : MapView *
mode : UpdateMode *
lazyUpdate : bool -> unit
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
MapView object, to which this object belongs to. - mode
- Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
The update mode tells which kind of change is to be processed by the corresponding update call. - lazyUpdate
- Type: SystemBoolean
Flag indicating if lazy updating is activated.
See Also