Vcl.Imaging.jpeg.TJPEGImage.DIBNeeded

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure DIBNeeded;

C++

void __fastcall DIBNeeded();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Imaging.jpeg.pas
Vcl.Imaging.jpeg.hpp
Vcl.Imaging.jpeg TJPEGImage

Description

Decompress the jpeg image into a bitmap.

DIBNeeded is used when the jpeg image needs a bitmap representation of its image. Call DIBNeeded just before drawing rather than while drawing for optimization.

See Also