MapPolygonUpdateShape 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 override void UpdateShape(
MapView mapView,
UpdateMode updateMode,
bool lazyUpdate
)
Public Overrides Sub UpdateShape (
mapView As MapView,
updateMode As UpdateMode,
lazyUpdate As Boolean
)
public:
virtual void UpdateShape(
MapView^ mapView,
UpdateMode updateMode,
bool lazyUpdate
) override
abstract UpdateShape :
mapView : MapView *
updateMode : UpdateMode *
lazyUpdate : bool -> unit
override UpdateShape :
mapView : MapView *
updateMode : UpdateMode *
lazyUpdate : bool -> unit
Parameters
- mapView
- Type: Ptv.XServer.Controls.MapMapView
MapView object, to which this object belongs to. - updateMode
- Type: Ptv.XServer.Controls.Map.CanvasesUpdateMode
- lazyUpdate
- Type: SystemBoolean
Flag indicating if lazy updating is activated.
See Also