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.v24.2.dll

Declaration

public InnerBoundaryCollection(
    MapPathSegment segment
)

Parameters

Name Type Description
segment MapPathSegment

A MapPathSegment object that is the owner of this collection.

See Also