Back to Devexpress

IEditableItem Methods

windowsforms-devexpress-dot-xtramap-dot-ieditableitem-dot-underscore-methods.md

latest1.1 KB
Original Source

IEditableItem Methods

An interface that should be implemented by any class representing a map item that can be edited using the Map Editor.

NameDescription
GetContours()Returns information about contours that form a complex map item’s shape.
InsertPoint(CoordPoint, Int32, Int32)Inserts a new point to a map item’s contour.
RemovePoint(Int32, Int32)Removes a map item’s contour point.
UpdatePoint(CoordPoint, Int32, Int32)Updates a map item’s contour point coordinates.

See Also

IEditableItem Interface

IEditableItem Members

DevExpress.XtraMap Namespace