FMX.Types3D.TContext3D.CopyToBitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Copies the 3D context to the destination bitmap.

The dimensions of the bitmap are given by the ARect parameter.

See Also