Vcl.Imaging.GIFImg.BitmapAllocationThreshold

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

BitmapAllocationThreshold: integer = 500000;

C++

extern DELPHI_PACKAGE int BitmapAllocationThreshold;

Propriétés

Type Visibilité  Source Unité  Parent
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

Spécifie la limite du nombre de pixels de bitmap à laquelle un bitmap nouvellement alloué sera converti avant d'être redimensionné.

Changez la valeur de BitmapAllocationThreshold pour définir la limite du nombre de pixels de bitmap à laquelle un bitmap nouvellement alloué sera converti au format 1 bit avant d'être redimensionné et converti au format 8 bits.

Voir aussi