Vcl.Imaging.GIFImg.TGIFHeader.AspectRatio

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AspectRatio: BYTE read FLogicalScreenDescriptor.AspectRatio

C++

__property System::Byte AspectRatio = {read=FLogicalScreenDescriptor.AspectRatio, write=FLogicalScreenDescriptor.AspectRatio, nodefault};

Properties

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

Description

Specifies the GIF aspect ratio.

The AspectRatio property specifies the aspect ratio of the GIF image to which the TGIFHeader instance corresponds.

See Also