FMX.Types.TLineMetric
Delphi
TLineMetric = record
C++
struct DECLSPEC_DRECORD TLineMetric
{
public:
int Index;
int Len;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Record that contains line metrics.
Index
specifies the line index while Len
is the length of the line.