EdgePointCollection Constructors
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.
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