SetMousePos method (Main Control)
Visual Basic
example
Visual C++ 4.0 example
Syntax short SetMousePos (float x, float y, BOOL bUpdatePos);
Overview: Refer to Implementing Annotations.
Remarks
Sets the coordinates for the automation object to use when processing mouse messages and changes the position of the cursor.
This method can be called while processing the AnnMouseXXX events.
See Also
Elements: AnnMouseDown event, AnnMouseMove event, AnnMouseUp event