#include "l_bitmap.h"
L_LTANN_API L_INT L_AnnSetPredefinedBitmap(uType, pBitmap)
L_UINT uType; |
value that indicates the bitmap to change |
pBITMAPHANDLE pBitmap; |
pointer to a valid bitmap handle containing an image |
Changes a predefined bitmap.
Parameter | Description | |
uType | Value that indicates the bitmap to change. Possible values are: | |
Value | Meaning | |
ANNBITMAP_POINT | [0] predefined metafile for annotation point object | |
pBitmap | Pointer to a valid bitmap handle containing the image to set. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This function is valid only for the ANNOBJECT_POINT object. 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 by the automation mode when the ANNBITMAP_POINT tool is set 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:
L_AnnSetPredefinedBitmap(ANNBITMAP_POINT, (pBITMAPHANDLE)NULL);
Call the L_AnnSetPredefinedBitmap function to retrieve a copy of the predefined bitmap.
Required DLLs and Libraries
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
Win32, x64.
Functions: |
L_AnnGetMetafile, L_AnnSetMetafile, L_AnnGetPredefinedMetafile, L_ScrambleBitmap, L_AnnEncryptApply, L_AnnSetEncryptOptions, L_AnnGetEncryptOptions |
Topics: |
|
|
|
|
|
|
|
|
For an example, refer to L_AnnGetPredefinedBitmap.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET