FMX.TextLayout.TTextLayout.RenderLayout

From RAD Studio API Documentation
Revision as of 18:02, 3 July 2013 by L10nBot (talk | contribs) (fixed links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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