Vcl.Graphics.TBitmapHandleType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBitmapHandleType = (bmDIB, bmDDB);

C++

enum DECLSPEC_DENUM TBitmapHandleType : unsigned char { bmDIB, bmDDB };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

TBitmapHandleType indicates the format used to store the in-memory image of a bitmap.

TBitmapHandleType can be any of the following values:



Value Description

bmDIB

device-independent bitmap (DIB)

bmDDB

device-dependent bitmap (DDB)