Back to Devexpress

CoordPointCollection Class

windowsforms-devexpress-dot-xtramap-0f33059a.md

latest1.8 KB
Original Source

CoordPointCollection Class

A collection of CoordPoint class descendant objects.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class CoordPointCollection :
    SupportCallbackCollection<CoordPoint>,
    IOwnedElement
vb
Public Class CoordPointCollection
    Inherits SupportCallbackCollection(Of CoordPoint)
    Implements IOwnedElement

The following members return CoordPointCollection objects:

Inheritance

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

See Also

CoordPointCollection Members

DevExpress.XtraMap Namespace