Version: |
1.2 |
Description: |
Moves the Visual CADD™ cursor to the specified position in screen coordinates. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCMouseMove2(short cx, short cy); |
Delphi |
procedure VCMouseMove2(cx: Smallint; cy: Smallint); stdcall; |
ActiveX/COM |
Sub MouseMove2(ByVal cx As Integer, ByVal cy As Integer) |
Parameters: |
cx - the screen coordinate
from 0 to the current number or horizontal screen pixels. |
Notes: |
This subroutine is similar to the VCMouseMoveWorldPoint except it uses screen coordinates. |
See Also: |