EdgePointCollection Classe

Definição

Manipular uma lista de edgepoints exatamente como uma 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
Herança
EdgePointCollection
Atributos

Construtores

EdgePointCollection()
EdgePointCollection(ICollection)
EdgePointCollection(Int32)

Propriedades

IsReadOnly
Item[Int32]

Métodos

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

Aplica-se a