Vcl.Imaging.GIFImg.TGIFFrame.Transparent

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

Delphi

property Transparent: boolean read GetTransparent;

C++

__property bool Transparent = {read=GetTransparent, nodefault};

プロパティ

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

説明

画像が透き通って描画されるかどうかを示します。

Transparent プロパティは GIF フレームに含まれる画像が透き通って描画されるかどうかを示します。

関連項目