Vcl.Direct2D.TDirect2DFont.SetSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSize(const Value: Integer);

C++

void __fastcall SetSize(const int Value);

Properties

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

Description

SetSize is the setter method for the Size property.

SetSize is executed each time the Size property is changed.

See Also