Vcl.Imaging.GIFImg.TGIFHeader.AspectRatio

提供:RAD Studio API Documentation

Delphi

property AspectRatio: BYTE read FLogicalScreenDescriptor.AspectRatio  write FLogicalScreenDescriptor.AspectRatio;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

説明

GIF アスペクト比を示します。

AspectRatio プロパティは TGIFHeader インスタンスが対応している GIF イメージのアスペクト比を示します。

関連項目