|
GetBoundsSelectBox (Method)
Returns the coordinates of the select box pointer
Syntax:
Function GetBoundsSelectBox(xMinSel As Single, yMinSel As Single, xMaxSel As Single, yMaxSel As Single) As Boolean
The GetBoundsSelectBox method syntax consists of the following:
Parameter
|
Data Type
|
Description
|
xMinSel
|
Single
|
Is the x coordinate of the bottom left extend of the select box pointer that corresponds to the current position of the mouse pointer
|
yMinSel
|
Single
|
Is the y coordinate of the bottom left extend of the select box pointer that corresponds to the current position of the mouse pointer
|
xMaxSel
|
Single
|
Is the x coordinate of the top right extend of the select box pointer that corresponds to the current position of the mouse pointer
|
yMaxSel
|
Single
|
Is the y coordinate of the top right extend of the select box pointer that corresponds to the current position of the mouse pointer
|
Return value:
Boolean - True on success, false on error.
Example
|