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