API:Vcl.Graphics.TBitmap.DrawTransparent

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

Delphi

procedure DrawTransparent(ACanvas: TCanvas; const Rect: TRect; Opacity: Byte); override;

C++

virtual void __fastcall DrawTransparent(TCanvas* ACanvas, const System::Types::TRect &Rect, System::Byte Opacity);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

説明

グラフィックをキャンバスの背景にブレンドして、キャンバス上の矩形にレンダリングします。

Vcl.Graphics.TBitmap.DrawTransparent は Vcl.Graphics.TGraphic.DrawTransparent を継承しています。以下の内容はすべて Vcl.Graphics.TGraphic.DrawTransparent を参照しています。

グラフィックをキャンバスの背景にブレンドして、キャンバス上の矩形にレンダリングします。

DrawTransparent は、Rect パラメータによって指定されたキャンバス上の位置に、グラフィックをレンダリングします。グラフィックはキャンバスの背景にブレンドされます。

関連項目