FMX.Controls3D.TControl3D.CreateHighMultisampleSnapshot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CreateHighMultisampleSnapshot(const ABitmap: TBitmap; AWidth, AHeight: Integer; ClearColor: TAlphaColor;
Multisample: Integer);

C++

void __fastcall CreateHighMultisampleSnapshot(Fmx::Graphics::TBitmap* const ABitmap, int AWidth, int AHeight, System::Uitypes::TAlphaColor ClearColor, int Multisample);

Eigenschaften

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


Beschreibung

Erstellt einen Snapshot dieses Steuerelements mit kachelartiger Darstellung und Interpolation.

CreateHighMultisampleSnapshot erstellt einen Snapshot dieses Steuerelements, indem es in gleichgroße Kacheln unterteilt wird.

Hinweis: Multisample darf nicht kleiner als 1 oder größer als 16 sein.

Siehe auch

FMX.Controls3D.TControl3D.CreateTileSnapshot