TdxGPImageCodecBMP.ID Method
Returns the deprecated format identifier that corresponds to the BMP image codec.
Declaration
class function ID: TdxImageDataFormat; override;
Returns
Type |
---|
TdxImageDataFormat |
Remarks
This class function always returns dxImageBitmap value to provide backward compatibility with a BMP image format implementation in previous versions of DevExpress products. The codec repository‘s GetFormatByID class function calls this function internally to identify the target codec by the deprecated image format identifier. Refer to the TdxImageDataFormat type description for the match table that lists format IDs, corresponding image codec classes, and deprecated format-specific image containers.
See Also