#include "l_bitmap.h"
L_LTKRN_API L_INT L_CopyBitmapData(pBitmapDst, pBitmapSrc)
pBITMAPHANDLE pBitmapDst; |
pointer to the destination bitmap handle |
pBITMAPHANDLE pBitmapSrc; |
pointer to the source bitmap handle |
Copies image data from one bitmap handle to another. Before calling this function, the target bitmap handle must be initialized and allocated.
Parameter |
Description |
pBitmapDst |
Pointer to the bitmap handle referencing the destination bitmap. |
pBitmapSrc |
Pointer to the bitmap handle referencing the source bitmap. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
The target bitmap handle must accurately identify the copied data. Therefore, the initialization function must specify the same bits per pixel, width, and height as the source.
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, Linux.
Functions: |
|
|
|
Topics: |
|
|
|
|
For a short example, refer to L_CreateBitmap. For complete sample code, refer to the FEATURE3 example.
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