EdgePointCollection Class

Definition

Handle a list of edgepoints exactly like an 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
Inheritance
EdgePointCollection
Attributes

Constructors

EdgePointCollection()
EdgePointCollection(ICollection)
EdgePointCollection(Int32)

Properties

IsReadOnly
Item[Int32]

Methods

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

Applies to