ToolsAPI.WelcomePage.INTAWelcomePageBackgroundService280.PaintBackgroundTo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure PaintBackgroundTo(ACanvas: TCanvas; AControl: TControl; ARect: TRect; AColor: TColor; AOpacity: Byte = 255); overload;
procedure PaintBackgroundTo(ACanvas: TCanvas; AControl: TControl; AColor: TColor; AOpacity: Byte = 255); overload;
procedure PaintBackgroundTo(ACanvas: TCanvas; AControl: TControl; AOpacity: Byte = 255); overload;

C++

virtual void __fastcall PaintBackgroundTo(Vcl::Graphics::TCanvas* ACanvas, Vcl::Controls::TControl* AControl, const System::Types::TRect &ARect, System::Uitypes::TColor AColor, System::Byte AOpacity = (System::Byte)(0xff)) = 0 /* overload */;
virtual void __fastcall PaintBackgroundTo(Vcl::Graphics::TCanvas* ACanvas, Vcl::Controls::TControl* AControl, System::Uitypes::TColor AColor, System::Byte AOpacity = (System::Byte)(0xff)) = 0 /* overload */;
virtual void __fastcall PaintBackgroundTo(Vcl::Graphics::TCanvas* ACanvas, Vcl::Controls::TControl* AControl, System::Byte AOpacity = (System::Byte)(0xff)) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
ToolsAPI.WelcomePage.pas
ToolsAPI.WelcomePage.hpp
ToolsAPI.WelcomePage INTAWelcomePageBackgroundService280


Beschreibung

Zeichnet ein Rechteck mit der angegebenen Farbe auf das angegebene Canvas.

Die Farbe wird auf der Grundlage der angegebenen Opazität gemischt: 255 steht für undurchsichtig, 0 für transparent.

Siehe auch