FMX.TextLayout.TTextLayout.DoDrawLayout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Beschreibung

Zeichnet das aktuelle TTextLayout-Objekt auf eine angegebene Zeichenfläche.

ACanvas gibt die Zeichenfläche an, auf die das Text-Layout gezeichnet werden soll.

Diese Methode wird intern verwendet. Mit RenderLayout wird ein TTextLayout-Objekt explizit gerendert.

Siehe auch