L_AnnSetPredefinedBitmap

#include "l_bitmap.h"

L_LTANN_API L_INT L_AnnSetPredefinedBitmap(uType, pBitmap)

Changes a predefined bitmap.

Parameters

L_UINT uType

Value that indicates the bitmap to change. Possible values are:

Value Meaning
ANNBITMAP_POINT [0] predefined metafile for annotation point object

pBITMAPHANDLE pBitmap

Pointer to a valid bitmap handle containing the image to set.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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

Platforms

Win32, x64.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help