Search
PointCollection.SetAt Method
See Also
 





Sets the specified point at the specified position within the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SetAt (
    int index,
    PointF point
)

Visual Basic  Copy Code

Public Sub SetAt( _
    index As Integer, _
    point As PointF _
)

 Parameters

index

The zero-based index of the point to set.

point

The PointF object to set at the specified position.

 See Also