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

ContourInfo(ReadOnlyCoordPointCollection, Boolean) Constructor

Initializes a new ContourInfo instance with the specified parameters.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v19.1.dll

Declaration

public ContourInfo(
    ReadOnlyCoordPointCollection points,
    bool isClosed
)

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.

See Also