LAnnContainer& LAnnotationWindow::GetContainerObject()
Gets the internal annotation container object used by the annotation control.
The internal annotation container object used by the annotation control.
This object can be used in functions defined in the LAnnContainer class.
Win32, x64.
L_INT LAnnotationWindow_GetContainerObjectExample(HWND hParentWnd)
{
L_INT nRet;
/*initialize hParentWnd with the handle of the parent window*/
LAnnotationWindow MyLAnnotationWindow;
HWND hWnd=MyLAnnotationWindow.CreateWnd(hParentWnd);
if(hWnd!=NULL)
{
/*the function was successful */
/* do other processing……….*/
nRet = MyLAnnotationWindow.GetContainerObject().Save(MAKE_IMAGE_PATH(TEXT("MyAnn.ann")), ANNFMT_NATIVE,FALSE);
if(nRet != SUCCESS)
return nRet;
}
else
{
return FAILURE;
/* there is an error */
}
return SUCCESS;
}
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