FMX.Objects3D.TText3D.GetPathBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPathBounds: TRectF;

C++

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

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 path data described by the text in this TText3D object.

Call GetPathBounds to obtain the coordinates of the path data described by the text rendered by this TText3D control.

See Also