EdgePointCollection Construtores

Definição

Sobrecargas

EdgePointCollection()
EdgePointCollection(ICollection)
EdgePointCollection(Int32)

EdgePointCollection()

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

Aplica-se a

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)

Parâmetros

collection
ICollection

Aplica-se a

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)

Parâmetros

count
Int32

Aplica-se a