Vcl.Graphics.TCanvas.SetBrush

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBrush(Value: TBrush);

C++

void __fastcall SetBrush(TBrush* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCanvas

Description

Represents the setter method for the Brush property.

SetBrush is called each time the value of the Brush property is changed.

See Also