Search
PointCollection.GetAt Method
See Also
 





Gets the point at the specified position.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PointF GetAt (
    int index
)

Visual Basic  Copy Code

Public Function GetAt( _
    index As Integer _
) As PointF

 Parameters

index

The zero-based index of the point to retrieve.

 Return Value

The PointF object at the specified index.

 See Also