Vcl.Imaging.GIFImg.TGIFImage.AspectRatio

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AspectRatio: BYTE read GetAspectRatio write SetAspectRatio;

C++

__property System::Byte AspectRatio = {read=GetAspectRatio, write=SetAspectRatio, nodefault};

Properties

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

Description

Specifies the aspect ratio to use when displaying the GIF images.

The AspectRatio property specifies the aspect ratio to use when displaying the GIF images stored in the TGIFImage instance.

See Also