virtual L_INT LAnnotation::Draw(hDC, prcInvalid)
Displays the annotation object in the specified device context.
Handle to the device context where the annotation object is to be displayed.
Pointer to the Windows RECT structure that specifies the display clipping rectangle. This can be the bounding rectangle of the annotation object, the root container, or the entire device context, or it could be smaller if only part of the object is to be displayed. Coordinates are relative to the device context.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
If the object is a Container, the objects within the Container are displayed in their enumeration order. You can use the LAnnotation::BringToFront and LAnnotation::SendToBack functions to change the enumeration order.
Win32, x64.
For an example, refer to LAnnotation::CutToClipboard.
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