ConsoleCoord Constructor | |
Instantiate a ConsoleCoord object.
Namespace:
VO
Assembly:
VOConsoleClasses (in VOConsoleClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nX AS LONG,
nY AS LONG
)
public ConsoleCoord(
int nX,
int nY
)
Request Example
View SourceParameters
- nX
- Type: Long
An integer value specifying the x-axis position or width. - nY
- Type: Long
An integer value specifying the y-axis position or height.
Remarks
ConsoleCoord{} instantiates a new ConsoleCoord object, which can be used for the Console:Size
and Console:CursorPos properties.
See Also