TIvoryBitmap::CreateEmpty

Creates an empty bitmap.

void __fastcall CreateEmpty(int width, int height);

Description

Use CreateEmpty to create an empty bitmap of size width times height (both in pixels).

Back to TIvoryBitmap