Initializes a new instance of the PointCollection class with the specified point values.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public PointCollection ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
An array of PointF values that supplies the elements initially contained in the collection.
See Also