StorePositionWithUndo Method
StorePositionWithUndo(Point)
Stores given position to stored position list preserving it for undo.
Declaration
public virtual int StorePositionWithUndo(Point position)
Parameters
Type | Name | Description |
---|---|---|
Point | position | Position to store. |
Returns
Type | Description |
---|---|
Int32 | Index of stored position in list. |