ASP.NET Pack Programmer's Guide
PointCollection.Add Method
See Also
 





Adds the specified point to the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Add (
    PointF point
)

Visual Basic  Copy Code

Public Sub Add( _
    point As PointF _
)

 Parameters

point

The .NET PointF object to add to the collection.

 See Also

PointCollection Members
PointCollection Class
MindFusion.Diagramming Namespace