Vcl.Imaging.GIFImg.TGIFFrame.GetBitsPerPixel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBitsPerPixel: integer;

C++

int __fastcall GetBitsPerPixel();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Returns the value of the BitsPerPixel property.

GetBitsPerPixel is a protected method that calls the homonymous method from the TGIFColorMap class, in order to return the value of the BitsPerPixel property.

See Also