DspRubEnd
- Last UpdatedJul 18, 2023
- 1 minute read
Ends the rubber band selection, and returns the coordinates of the rubber band selection. The meaning of the cx and cy values depend on the nMode you specify in the DspRubStart() function.
Syntax
DspRubEnd(x, y, cx, cy)
x,y:
The x and y coordinates of the start position. Must be a Long type variable.
cx,cy:
The x and y coordinates of the end position. Must be a Long type variable.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
DspRubStart, DspRubMove, DspRubSetClip
Example
See DspRubStart.