ToolsAPI.WelcomePage.INTAWelcomePageBackgroundService280.PaintBackgroundTo

From RAD Studio API Documentation
Jump to: navigation, search

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;

Properties

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

Description

Paints a rectangle on the specified canvas using the specified color.

The color is blended based on the specified Opacity: 255 specifies opaque, while 0 specifies transparent.

See Also