Selection Constructor (Typed) | |
Construct a selection.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nStart,
nFinish
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Selection(
Usual nStart = default,
Usual nFinish = default
)
Request Example
View SourceParameters
- 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