Skip to main content

InnerBoundaryCollection(MapPathSegment) Constructor

Initializes a new instance of the InnerBoundaryCollection class with the specified owner.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public InnerBoundaryCollection(
    MapPathSegment segment
)

Parameters

Name Type Description
segment MapPathSegment

A MapPathSegment object that is the owner of this collection.

See Also