Method RestorePosition
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.dll
RestorePosition(int)
When implemented by a class, restores position from stored position list by given index.
Point RestorePosition(int index)
Parameters
index
intIndex of position to restore.
Returns
- Point
Point value that represents stored position.
RestorePosition(int, out Point)
When implemented by a class, restores position from stored position list by given index.
bool RestorePosition(int index, out Point pt)
Parameters
Returns
- bool
True if position can be restored; otherwise false.