FMX.Types3D.TContext3D.CopyToBits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CopyToBits(const Bits: Pointer; const Pitch: Integer; const ARect: TRect);

C++

void __fastcall CopyToBits(const void * Bits, const int Pitch, 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 bits.

The dimensions of the bitmap are given by the ARect parameter. CopyToBits accepts the following parameters:

Parameter Meaning

Bits

Pointer to the destination memory location.

Pitch

The step for reading the data.

ARect

Defines the bounds of the area from the context that is being copied.

See Also