Index

C/C++ Functions

dtBitmapFree

void dtBitmapFree(DT_DTENGINE engine, DT_UBYTE* bitmap_addr)

Short Description: Free grayscale bitmap

This function releases grayscale memory bitmap data allocated by a previous call to dtShapeDoOutput or dtBitmapDecompress.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

bitmap_addr

A valid pointer to the memory buffer at which the grayscale bitmap data begins.

 

Index