VCMouseMoveWorldPoint


Version:

1.2

Description:

Moves the Visual CADD™ cursor to the specified position in the "real world" drawing coordinates.

Declaration:

 

C/C++

extern "C" void WINAPI VCMouseMoveWorldPoint(Point2D dpW);
extern "C" void WINAPI VCMouseMoveWorldPointBP(Point2D* dpW);

Delphi

procedure VCMouseMoveWorldPointBP(var dpW: Point2D); stdcall;

ActiveX/COM

Sub MouseMoveWorldPoint(dpW As IVCPoint2D)

Parameters:

dpW - the coordinate which the cursor is to be moved.

Notes:

This function uses a Point2D structure which must be previously defined as a structure of x and y coordinate values both defined as doubles.

See Also:

VCMouseMove, VCMouseMove2