Vcl.Imaging.GIFImg.TGIFImage.BitsPerPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BitsPerPixel: integer read GetBitsPerPixel;

C++

__property int BitsPerPixel = {read=GetBitsPerPixel, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Specifies the number of bits per pixel of the GIF images.

The BitsPerPixel read-only property specifies the largest number of bits per pixel of the GIF images stored in the TGIFImage instance.

See Also