Version: |
1.2 |
Description: |
Invokes a left button down at the specified screen coordinates. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCLButtonDown2(short cx, short cy); |
Delphi |
procedure VCLButtonDown2(cx: Smallint; cy: Smallint); stdcall; |
ActiveX/COM |
Sub LButtonDown2(ByVal cx As Integer, ByVal cy As Integer) |
Parameters: |
cx - the screen coordinate
from 0 to the current number or horizontal screen pixels. |
Notes: |
Similar to the VCLButtonDownWorldPoint sub routine except that the coordinates specified are screen coordinates and is completely unrelated to drawing size. Various zooms and views will affect the location of the clicks. Visual CADD™ will convert these click points into drawing coordinates when used to locate points for a drawing or editing tool. This command can be used to select drawing entities or to locate points of a drawing or editing tool in the drawing area. This behaves exactly as the user clicking in the drawing area to select drawing coordinates. |
See Also: |
VCLButtonDown, VCLButtonDownWorldPoint, VCRButtondown, VCMButtonDown |