Vcl.Imaging.GIFImg.TGIFFrame.Interlaced

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Interlaced: boolean read GetInterlaced write SetInterlaced;

C++

__property bool Interlaced = {read=GetInterlaced, write=SetInterlaced, nodefault};

Properties

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

Description

Specifies whether the frame contains an interlaced image.

The Interlaced property specifies whether the frame contains an interlaced image.

See Also