Click or drag to resize

ConsoleCoord Constructor

X#
Instantiate a ConsoleCoord object.

Namespace:  VO
Assembly:  VOConsoleClasses (in VOConsoleClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nX AS LONG,
	nY AS LONG
)
Request Example View Source

Parameters

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