FMX.Controls3D.TControl3D.CreateTileSnapshot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CreateTileSnapshot(const ABitmap: TBitmap; AWidth, AHeight, OffsetX, OffsetY: Integer;
Scale: Single; ClearColor: TAlphaColor);

C++

void __fastcall CreateTileSnapshot(Fmx::Graphics::TBitmap* const ABitmap, int AWidth, int AHeight, int OffsetX, int OffsetY, float Scale, System::Uitypes::TAlphaColor ClearColor);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D


Beschreibung

Erstellt einen Snapshot dieses Steuerelements.

CreateTileSnapshot wird von CreateHighMultisampleSnapshot zum Erstellen eines Snapshots dieses Steuerelements verwendet.

Die mit CreateTileSnapshot erstellten Kacheln können zusammengeführt werden.

Siehe auch