Syntax
Result = dbCreateBitmap(BitmapID, Width, Height)
Description
If #PB_Any is used as the BitmapID parameter, the new ID will be returned as 'Result'. Otherwise the value of 'Result' is the same value passed as the BitmapID parameter.
This command will create a blank bitmap of a specified size. The size of the bitmap is only limited by the amount of system memory available. When you create a bitmap, it becomes the current bitmap. All drawing operations will be re-directed to the current bitmap and away from the screen. You can use the dbSetCurrentBitmap command to restore drawing operations to the screen. The parameters should be specified using integer values.
See Also
dbBitmapExist, dbCopyBitmap, dbDeleteBitmap, dbLoadBitmap, dbSetBitmapFormat