FMX.Controls3D.TControl3D.CreateHighMultisampleSnapshot

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Creates a snapshot of this control using tile rendering and interpolation.

CreateHighMultisampleSnapshot creates a snapshot of this control by dividing it into equal-sized tiles.

Note: Multisample cannot be smaller than 1 or greater than 16.

See Also

FMX.Controls3D.TControl3D.CreateTileSnapshot