Vcl.Imaging.GIFImg.TGIFFrame.StretchDraw

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

Delphi

procedure StretchDraw(ACanvas: TCanvas; const Rect: TRect;
DoTransparent, DoTile: boolean);

C++

void __fastcall StretchDraw(Vcl::Graphics::TCanvas* ACanvas, const System::Types::TRect &Rect, bool DoTransparent, bool DoTile);

プロパティ

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

説明

Rect パラメータによって示された長方形の中に GIF フレームを描画します。

StretchDraw を指定された長方形にイメージが合う用にキャンバス上に GIF フレームを描画するために呼び出してください。 この命令は拡大率、そして、もしくは、アスペクト比を変更するために必要なのかもしれません。

関連項目