Vcl.Imaging.GIFImg.TGIFImage.AspectRatio

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AspectRatio: BYTE read GetAspectRatio write SetAspectRatio;

C++

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

プロパティ

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

説明

GIF イメージが表示される時のアスペクトレシオを表します。

AspectRatio プロパティは TGIFImage インスタンスが保持している GIF イメージが 表示されるときに使われるアスペクトレシオを表します。

関連項目