ToolsAPI.WelcomePage.INTAWelcomePageBackgroundService280.PaintTextTo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintTextTo(ACanvas: TCanvas; const AText: string; var ARect: TRect; AFont: TFont; ATextFormat: TTextFormat);

C++

virtual void __fastcall PaintTextTo(Vcl::Graphics::TCanvas* ACanvas, const System::UnicodeString AText, System::Types::TRect &ARect, Vcl::Graphics::TFont* AFont, Vcl::Graphics::TTextFormat ATextFormat) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
ToolsAPI.WelcomePage.pas
ToolsAPI.WelcomePage.hpp
ToolsAPI.WelcomePage INTAWelcomePageBackgroundService280

Description

Draws the specified text within the specified rectangle using the specified font and text format.

See Also