Skip to main content

ContourInfo(ReadOnlyCoordPointCollection, Boolean, Int32) Constructor

Initializes a new ContourInfo instance with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

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 that indicates whether the map item’s contour is closed.

innerIndex Int32

The contour boundary index.

See Also