FMX.Controls3D.TRenderingCompare

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Defaults.TComparerSystem.TInterfacedObjectSystem.TObjectTRenderingCompare

Delphi

TRenderingCompare = class(TComparer<TControl3D>)

C++

class PASCALIMPLEMENTATION TRenderingCompare : public System::Generics::Defaults::TComparer__1<TControl3D*>

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D FMX.Controls3D

Description

Comparer class for TControl3D.

Use TRenderingCompare to compare two 3D objects and to decide which should be rendered first. The Compare method explicitly compares two given objects.

See Also