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

ContourInfo(ReadOnlyCoordPointCollection, Boolean, Int32) Constructor

Initializes a new ContourInfo class instance with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public ContourInfo(
    ReadOnlyCoordPointCollection points,
    bool isClosed,
    int innerIndex
)

Parameters

Name Type Description
points ReadOnlyCoordPointCollection

The collection of points that form a map item’s contour.

isClosed Boolean

The value indicating whether the map item’s contour is closed.

innerIndex Int32

The contour boundary index.

See Also