Click or drag to resize

ConsoleCoord Constructor (Typed)

X#
Instantiate a ConsoleCoord object.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOConsoleClasses (in XSharp.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