Vcl.Samples.Gauges.TGauge.Paint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Samples.Gauges.pas
Vcl.Samples.Gauges.hpp
Vcl.Samples.Gauges TGauge

Description

Renders the gauge's surface.

You don't have to call this method directly; every time the gauge attributes are changed (for example, the kind or the percentage), a call is generated and the gauge image is automatically refreshed.

See Also