ConsoleRectangle(Point, Size, Char, Char, Char, Char) Constructor
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Sub New (
location As Point,
size As Size,
charLeft As Char,
charTop As Char,
charRight As Char,
charBottom As Char
)
Dim location As Point
Dim size As Size
Dim charLeft As Char
Dim charTop As Char
Dim charRight As Char
Dim charBottom As Char
Dim instance As New ConsoleRectangle(location,
size, charLeft, charTop, charRight,
charBottom)
new :
location : Point *
size : Size *
charLeft : char *
charTop : char *
charRight : char *
charBottom : char -> ConsoleRectangle
No code example is currently available or this language may not be supported.
Parameters
- location Point
-
The location for this ConsoleRectangle on a console output buffer.
- size Size
-
The size for this ConsoleRectangle.
- charLeft Char
-
The character to print the left border of this ConsoleRectangle on a console output buffer.
- charTop Char
-
The character to print the top border of this ConsoleRectangle on a console output buffer.
- charRight Char
-
The character to print the right border of this ConsoleRectangle on a console output buffer.
- charBottom Char
-
The character to print the bottom border of this ConsoleRectangle on a console output buffer.