Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.Transparent

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

Delphi

property Transparent: boolean read GetTransparent write SetTransparent;

C++

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

プロパティ

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

説明

画像が透明に描かれるかどうかを示します。

Transparent プロパティは 画像が透明に描かれるかどうかを示します。

関連項目