Share via


EdgePointCollection Constructors

Definition

Overloads

EdgePointCollection()
EdgePointCollection(ICollection)
EdgePointCollection(Int32)

EdgePointCollection()

public:
 EdgePointCollection();
public EdgePointCollection ();
Public Sub New ()

Applies to

EdgePointCollection(ICollection)

public:
 EdgePointCollection(System::Collections::ICollection ^ collection);
public EdgePointCollection (System.Collections.ICollection collection);
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection : System.Collections.ICollection -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
Public Sub New (collection As ICollection)

Parameters

collection
ICollection

Applies to

EdgePointCollection(Int32)

public:
 EdgePointCollection(int count);
public EdgePointCollection (int count);
new Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection : int -> Microsoft.VisualStudio.Modeling.Diagrams.EdgePointCollection
Public Sub New (count As Integer)

Parameters

count
Int32

Applies to