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

ReadOnlyCoordPointCollection(IList<CoordPoint>) Constructor

Initializes a new instance of the ReadOnlyCoordPointCollection class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public ReadOnlyCoordPointCollection(
    IList<CoordPoint> list
)

Parameters

Name Type Description
list IList<CoordPoint>

A list of CoordPoint objects.

See Also