Sets the position of the console window relative to the screen buffer.
left | The column position of the upper left corner of the console window. |
top | The row position of the upper left corner of the console window. |
xtd::argument_out_of_range_exception | The left in a set operation is less than zero -or- The left in a set operation is greater than or equal to xtd::console::buffer_width -or- the top in a set operation is less than zero -or- The topo in a set operation is greater than or equal to xtd::console::buffer_height. |