static L_INT LAnnPoint::SetPredefinedBitmap(uType, pBitmap)
static L_INT LAnnPoint::SetPredefinedBitmap(uType, pBitmap)
Changes a predefined bitmap.
Value that indicates the bitmap to change. Possible values are:
Value | Meaning |
---|---|
ANNBITMAP_POINT | [0] predefined metafile for annotation point object. |
Pointer to a valid bitmap handle containing the image to set.
Pointer to a valid bitmap object containing the image to set.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
< 1 | An error occurred. Refer to Return Codes. |
This function affects point objects created by the automation object. For example, if you replace the ANNBITMAP_POINT default bitmap handle with another bitmap handle, then objects created in automation mode when the ANNBITMAP_POINT tool is used will look like the new bitmap handle.
A bitmap handle can be reset to its original metafile by passing NULL for pBitmap. For example, to reset the point bitmap handle to the original value, do the following:
LAnnPoint::SetPredefinedBitmap(ANNBITMAP_POINT, (pBITMAPHANDLE)NULL);
Call the LAnnPoint::GetPredefinedBitmap function to retrieve a copy of the predefined bitmap.
Win32, x64.
For an example, refer to LAnnPoint::GetPredefinedBitmap.
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