Vcl.Imaging.GIFImg.TGIFFrame.GetInterlaced

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInterlaced: boolean;

C++

bool __fastcall GetInterlaced();

Properties

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

Description

Returns True if the image attached to the GIF frame is interlaced.

GetInterlaced returns True if the GIF frame contains an interlaced image, and False otherwise.

See Also