ANNPOINTEROPTIONS

typedef struct tagANNPOINTEROPTIONS 
{ 
   L_UINT uStructSize; 
   L_UINT uFlags; 
   L_INT nPointerHeadM; 
   L_INT nPointerHeadB; 
   L_INT32 nReserved; 
} ANNPOINTEROPTIONS, *pANNPOINTEROPTIONS; 

The ANNPOINTEROPTIONS structure contains information about the pointer options of an ANNOBJECT_POINTER or ANNOBJECT_AUTOMATION object.

Members

uStructSize

Size of this structure. Use sizeof(ANNPOINTEROPTIONS).

uFlags

Flag that indicates which fields are valid. Possible values are one or more of the following constants "or"ed together:

Value Meaning
ANNPOINTER_HEAD [0x0001] nPointerHeadM and nPointerHeadB fields are valid.
ANNPOINTER_ALL [0x0001] All fields are valid.

nPointerHeadM

Value that determines the length of the pointer head (along with nPointerHeadB).

nPointerHeadB

Value that determines the length of the pointer head (along with nPionterHeadM).

nReserved

Reserved for future use. Pass 0.

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

LEADTOOLS Raster Imaging C++ Class Library Help