Window.DrawVLine (gb.ncurses)

Sub DrawVLine ( X As Integer, Y As Integer, Len As Integer, C As String )

Draw a line beginning at X,Y that goes Len characters on the y-axis. Ch is the character used to draw the line. For a vertical line, one would use "|". The optional Thickness parameter specifies the expansion in x-axis direction.

See also