FMX.Skia.GlobalSkiaBitmapsInParallel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GlobalSkiaBitmapsInParallel: Boolean;

C++

extern DELPHI_PACKAGE bool GlobalSkiaBitmapsInParallel;

Properties

Type Visibility Source Unit Parent
variable public
FMX.Skia.pas
FMX.Skia.hpp
FMX.Skia FMX.Skia

Description

Enables TBitmaps to be drawn in true parallel to UI and other bitmaps when drawing in a thread.

Note: Only takes effect when GlobalUseSkia is True.

See Also