FMX.Types3D.TContext3D.CopyToBitmap

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

Delphi

procedure CopyToBitmap(const Dest: TBitmap; const ARect: TRect);

C++

void __fastcall CopyToBitmap(Fmx::Graphics::TBitmap* const Dest, const System::Types::TRect &ARect);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D


説明

3D コンテキストを対象のビットマップへコピーします。

ビットマップの次元は、ARect パラメータによって指定されます。

関連項目