FMX.Controls3D.TProxyObject.Render
Delphi
procedure Render; override;
C++
virtual void __fastcall Render(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TProxyObject |
Description
Renders this 3D control on the 3D context.
Render renders this TProxyObject, imitating the SourceObject's appearance.
Note: The SourceObject size (determined by Height, Width, Depth) and position are not taken into consideration when rendering the TProxyObject.