MoveToLine Method
MoveToLine(Int32)
Moves the current position to the specified line.
Declaration
public virtual void MoveToLine(int y)
Parameters
Type | Name | Description |
---|---|---|
Int32 | y | Index of line to move to. |
Implements
MoveToLine(Int32, Int32)
Moves the current position to the specified line.
Declaration
public virtual void MoveToLine(int y, int linesAbove)
Parameters
Type | Name | Description |
---|---|---|
Int32 | y | Index of line to move to. |
Int32 | linesAbove | Number of lines to leave above cursor. |