Vcl.Direct2D.TDirect2DFont.GetHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeight: Integer;

C++

int __fastcall GetHeight();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DFont

Description

GetHeight is the getter method for the Height property.

GetHeight is executed each time the value of the Height property is read.

See Also