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