Navigate Method
Navigate(Int32, Int32)
Moves current position by the given offset value.
Declaration
public virtual void Navigate(int deltaX, int deltaY)
Parameters
Type | Name | Description |
---|---|---|
Int32 | deltaX | Horizontal offset. |
Int32 | deltaY | Vertical offset. |