Back to Devexpress

InnerBoundary Class

windowsforms-devexpress-dot-xtramap-4b2e2692.md

latest1.3 KB
Original Source

InnerBoundary Class

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

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class InnerBoundary :
    IPointContainerCore,
    IChangedCallbackOwner,
    ILockableObject,
    IOwnedElement,
    IInnerBoundary
vb
Public Class InnerBoundary
    Implements IPointContainerCore,
               IChangedCallbackOwner,
               ILockableObject,
               IOwnedElement,
               IInnerBoundary

Remarks

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

Inheritance

Object InnerBoundary

See Also

InnerBoundary Members

DevExpress.XtraMap Namespace