EdgePointCollection Konstruktoren

Definition

Überlädt

EdgePointCollection()
EdgePointCollection(ICollection)
EdgePointCollection(Int32)

EdgePointCollection()

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

Gilt für

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)

Parameter

collection
ICollection

Gilt für

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)

Parameter

count
Int32

Gilt für