Vcl.Direct2D.TDirect2DFont.GetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSize: Integer;

C++

int __fastcall GetSize();

Properties

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

Description

GetSize is the getter method for the Size property.

GetSize is executed each time the value of the Size property is read.

See Also