| Console: FillBufferArea |
Fills a specified region in the screen buffer with a character and color attributes.
Public Sub FillBufferArea( ByVal Left As Long, ByVal Top As Long, ByVal Width As Long, ByVal Height As Long, Optional ByVal FillChar As Variant = " ", Optional ByVal Forecolor As ConsoleColor = ConsoleColor. CurrentColor, Optional ByVal BackColor As ConsoleColor = ConsoleColor. CurrentColor )
Default: " "
Default: ConsoleColor . CurrentColor
Default: ConsoleColor . CurrentColor
Project VBCorLib Overview Class Console Overview Console Properties Console Methods Error (get) ForegroundColor (get)