RestorePosition Method
RestorePosition(Int32)
Restores position from stored position list by given index.
Declaration
public virtual Point RestorePosition(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Index of position to restore. |
Returns
Type | Description |
---|---|
Point | Point value that represents stored position. |