Method StorePosition
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
StorePosition(Point)
When implemented by a class, stores given position to stored position list.
int StorePosition(Point position)
Parameters
position
PointPosition to store.
Returns
- int
Index of stored position in list.
StorePosition(Point, bool)
When implemented by a class, stores given position to stored position list.
int StorePosition(Point position, bool endPos)
Parameters
Returns
- int
Index of stored position in list.