Method RestorePosition
RestorePosition(int)
Restores position from stored position list by given index.
public virtual Point RestorePosition(int index)Parameters
- indexint
- Index of position to restore. 
Returns
- Point
- Point value that represents stored position. 
RestorePosition(int, out Point)
Restores position from stored position list by given index.
public virtual bool RestorePosition(int index, out Point pt)Parameters
Returns
- bool
- True if position can be restored; otherwise false.