Back to Devexpress

IEditableItem Members

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

latest1.4 KB
Original Source

IEditableItem Members

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

Properties

NameDescription
CanAddPointReturns the value identifying whether a new point is added to the map item while editing.
CanEditPointReturns the value specifying whether the map item’s point can be edited.

Methods

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

DevExpress.XtraMap Namespace