Is this page helpful?

In this page

ANNMOVE

Summary

The ANNMOVE structure contains information about an annotation object when moving the object in automated mode.

Syntax

Copied to clipboard
typedef struct tagANNMOVE 
{ 
   L_UINT uStructSize; 
   L_INT nState; 
   POINT pt; 
} ANNMOVE, *pANNMOVE; 

Members

uStructSize

Size of the ANNMOVE structure. Use sizeof(ANNMOVE).

nState

Value that indicates the state of the move. Possible values are:

Value Meaning
STATE_BEGIN [1]
STATE_UPDATE [2]
STATE_END [3]

pt

Current move location (in client coordinates)

Comments

An annotation object can be moved in automated mode by dragging the object with the mouse. Doing so causes a WM_LTANNEVENT message to be sent where wParam is ANNCHANGE_MOVE and lParam points to a structure of type ANNCHANGEPARAM. In this case, the union of ANNCHANGEPARAM is type ANNMOVE. This message is sent when one of the following events occurs:

Usage

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.