TBitmapHandleType indicates the format used to store the in-memory image of a bitmap.
TBitmapHandleType = ( bmDIB, bmDDB );
enum TBitmapHandleType { bmDIB, bmDDB };
TBitmapHandleType can be any of the following values:
|
Value |
Description |
|
bmDIB |
device-independent bitmap (DIB) |
|
bmDDB |
device-dependent bitmap (DDB) |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|