FMX.TextLayout.TTextLayout.RenderLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RenderLayout(const ACanvas: TCanvas);

C++

void __fastcall RenderLayout(Fmx::Graphics::TCanvas* const ACanvas);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Renders the current layout on a specified canvas.

ACanvas specifies the canvas on which to render the current text layout.

See Also