Skip to main content

DrawMapShapeEventArgs Constructors

Provides data for the MapControl.DrawMapItem event if the MapShape class descendant should be drawn.
Name Parameters Description
DrawMapShapeEventArgs(MapShape, MapItemsLayerBase) item, layer Initializes a new instance of the DrawMapShapeEventArgs class with the specified map pointer and layer.
DrawMapShapeEventArgs(MapShape) item Initializes a new instance of the DrawMapShapeEventArgs class with the specified settings.
See Also