Method Move
Move(int, int)
Moves the drawing cursor to the specified Viewport-relative location in the view.
public bool Move(int col, int row)
Parameters
Returns
Remarks
If the provided coordinates are outside the visible content area, this method does nothing.
The top-left corner of the visible content area is ViewPort.Location
.