Skip to main content
A newer version of this page is available. .

MapEditor.CreateItem(CreatableMapItemKind, MapPoint) Method

Creates an item of the specified type at the defined screen point.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public MapItem CreateItem(
    CreatableMapItemKind itemKind,
    MapPoint screenPoint
)

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