Vcl.Imaging.GIFImg.BitmapAllocationThreshold

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

BitmapAllocationThreshold: integer = 500000;

C++

extern DELPHI_PACKAGE int BitmapAllocationThreshold;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

Legt die maximale Pixel-Anzahl für Bitmaps fest, ab der ein neu zugewiesenes Bitmap konvertiert wird, bevor dessen Größe geändert wird.

Mit BitmapAllocationThreshold legen Sie die maximale Pixel-Anzahl für Bitmaps fest, ab der ein neu zugewiesenes Bitmap in das 1-Bit-Format konvertiert wird, bevor dessen Größe geändert und es in das 8-Bit-Format konvertiert wird.

Siehe auch