EdgePointCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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] |