Search
PointList.Add Method
See Also
 






Adds the specified point to the list.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void Add (
    PointF point
)

Visual Basic  Copy Code

Public Sub Add( _
    point As PointF _
)

 Parameters

point

The .NET PointF to add to the list.

 See Also