Vcl.Imaging.GIFImg.TGIFImage.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 TGIFImage

Description

Represents the getter method for the BitsPerPixel property.

The GetBitsPerPixel method represents the getter method for the BitsPerPixel property.

See Also