Click or drag to resize

Selection Constructor

X#
Construct a selection.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nStart,
	nFinish
) CLIPPER
Request Example View Source

Parameters

nStart (Optional)
Type: Usual
The selection's start. If omitted, the default is {0,0}.
nFinish (Optional)
Type: Usual
The selection's end. If omitted, the default is {0,0}.
See Also