Version: |
1.2 |
Description: |
Invokes a left button down message at the specified "real world" drawing coordinates. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCLButtonDownWorldPoint(Point2D* dpW); |
Delphi |
procedure VCLButtonDownWorldPoint(var dpW: Point2D); stdcall; |
ActiveX/COM |
Function LButtonDownWorldPoint(dpW As IVCPoint2D) As IVCPoint2D |
Parameters: |
dpW is the Point2D structure specifying where in the drawing area the left click is to take place. |
Notes: |
VCLButtonDownWorldPoint issues a click at the real world position in
the drawing. This is related to the drawing area and size. If a click
is needed in a specific screen area use VCLButtonDown2 instead. 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: |