MindFusion.Wpf Pack Programmer's Guide
PointCollection.SetAt Method
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void SetAt (
    int index,
    Point point
)

Visual Basic  Copy Code

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

 Parameters

index

The zero-based index of the point to set.

point
The Point object to set at the specified position.

 See Also

PointCollection Members
PointCollection Class
MindFusion.Diagramming.Wpf Namespace