FMX.Platform.IFMXRenderingSetupService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXRenderingSetupService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{CFF9D71C-5188-422F-BE5F-DC968D1BFD02}") IFMXRenderingSetupService  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

Description

Platform service that provides a mechanism to override Direct3D and OpenGL rendering parameters, which are set before the actual window is created.

See Also