Skip to main content

CoordPointCollection Class

A collection of CoordPoint class descendant objects.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class CoordPointCollection :
    SupportCallbackCollection<CoordPoint>,
    IOwnedElement

The following members return CoordPointCollection objects:

Inheritance

Object
DXCollectionBase<CoordPoint>
DXCollection<CoordPoint>
DevExpress.XtraMap.SupportCallbackCollection<CoordPoint>
CoordPointCollection
See Also