FMX.Objects3D.TText3D.GetPathLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPathLength: Single;

C++

float __fastcall GetPathLength();

Properties

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

Description

Returns the length of the path data described by the text in this TText3D object.

See Also