FMX.Objects3D.TText3D.GetTextBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTextBounds: TRectF;

C++

System::Types::TRectF __fastcall GetTextBounds();

Properties

Type Visibility Source Unit Parent
function public
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TText3D

Description

Returns a TRectF with the coordinates of the rectangle that contains the text in this TText3D object.

Call GetTextBounds to obtain the coordinates of the rectangle containing the text rendered by this TText3D control.

See Also