EdgePointCollection Класс

Определение

Обрабатывает список краевых точек в точности так же, как и ArrayList

public ref class EdgePointCollection : System::Collections::ArrayList
[System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollectionConverter))]
[System.Serializable]
public class EdgePointCollection : System.Collections.ArrayList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollectionConverter))>]
[<System.Serializable>]
type EdgePointCollection = class
    inherit ArrayList
Public Class EdgePointCollection
Inherits ArrayList
Наследование
EdgePointCollection
Атрибуты

Конструкторы

EdgePointCollection()
EdgePointCollection(ICollection)
EdgePointCollection(Int32)

Свойства

IsReadOnly
Item[Int32]

Методы

Add(EdgePoint)
Contains(EdgePoint)
CopyTo(EdgePoint[])
CopyTo(EdgePoint[], Int32)
CopyTo(Int32, EdgePoint[], Int32, Int32)
IndexOf(EdgePoint)
Insert(Int32, EdgePoint)
ReadOnly(EdgePointCollection)
Remove(EdgePoint)

Применяется к