Gets the point at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public PointF GetAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetAt( _ |
The zero-based index of the point to retrieve.
The PointF object at the specified index.
See Also