typedef struct tagZOOMVIEWANNEDIT
{
L_UINT uStructSize;
HANNOBJECT hAnnAutomation;
HWND hWndAnnToolbar;
L_INT32 nReserved;
} ZOOMVIEWANNEDIT, *pZOOMVIEWANNEDIT;
Provides information about the annotation edit options used in conjunction with zoom view objects.
Size of this structure. Use sizeof(ZOOMVIEWANNEDIT)
handle to the annotation automation object.
window handle for the annotation toolbar.
Reserved for future use. Pass 0 for this argument.
The ZOOMVIEWANNEDIT structure is used with the L_StartZoomViewAnnEdit function to add annotation edit functionality to a zoom view object. Before calling L_StartZoomViewAnnEdit, you must first create an annotation automation object, an annotation container, and an annotation toolbar. For details on creating an automated annotation program, see the tutorial Implementing an Automated Annotation Program. For a full implementation of zoom view with annotation, see the ZoomView sample program that ships with the toolkit.
For an example, refer to L_StartZoomViewAnnEdit.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document