|
CFx SDK Documentation 2026 SP0
|
#include <BmpFileCreator.h>
Static Public Member Functions | |
| static OdStreamBufPtr | createBmpFromSource (const OdUInt8 *data, int width, int height, int byteCount) |
A helper class that provides the creation of a bitmap image functionality.
Definition at line 32 of file BmpFileCreator.h.
|
static |
Creates a new bitmap image from a specified source.
| data | [in] A raw pointer to the bitmap image data (an array of bytes). |
| width | [in] The width of the bitmap image. |
| height | [in] The heigth of the bitmap image. |
| byteCount | [in] A number of bytes to be read. |