MapEditor.CreateItem(CreatableMapItemKind, MapPoint) Method
Creates an item of the specified type at the defined screen point.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| itemKind | CreatableMapItemKind | The kind of map item that should be drawn on the map. |
| screenPoint | MapPoint | A point defining a map item position. |
Returns
| Type | Description |
|---|---|
| MapItem | A map item that should be created. |
See Also