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

InnerBoundary Class

Contains a list of points that define the inner boundaries of a vector item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public class InnerBoundary :
    IPointContainerCore,
    IChangedCallbackOwner,
    ILockableObject,
    IOwnedElement

Remarks

The boundaries are defined by a collection of GeoPoint objects, returned by the InnerBoundary.Points property.

Inheritance

Object
InnerBoundary
See Also