CurrentXY

Top  Previous  Next

 

CurrentXY (Method)

 

Returns the drawing coordinates of the mouse pointer's position.

 

Syntax:

Function CurrentXY(x As Single, y As Single) As Boolean

 

The CurrentXY method syntax consists of the following:

Parameter

Data Type

Description

x

Single

Is the x coordinate of the mouse pointer's position

y

Single

Is the y coordinate of the mouse pointer's position

 

Return value:

Boolean - True on success, false on error.

 

Example