Method WriteConsoleOutput
WriteConsoleOutput(nint, CharInfo[], Coord, Coord, ref SmallRect)
public static extern bool WriteConsoleOutput(nint hConsoleOutput, WindowsConsole.CharInfo[] lpBuffer, WindowsConsole.Coord dwBufferSize, WindowsConsole.Coord dwBufferCoord, ref WindowsConsole.SmallRect lpWriteRegion)
Parameters
hConsoleOutput
nintlpBuffer
CharInfo[]dwBufferSize
WindowsConsole.CoorddwBufferCoord
WindowsConsole.CoordlpWriteRegion
WindowsConsole.SmallRect