FMX.TextLayout.TTextLayout.DoDrawLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoDrawLayout(const ACanvas: TCanvas); virtual; abstract;

C++

virtual void __fastcall DoDrawLayout(Fmx::Graphics::TCanvas* const ACanvas) = 0 ;

Properties

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

Description

Draws the current TTextLayout on a specified canvas.

ACanvas specifies the canvas on which to draw the text layout.

Is internally used. To explicitly render a TTextLayout, use RenderLayout.

See Also