Vcl.Graphics.TCanvas.Refresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Refresh; override;

C++

virtual void __fastcall Refresh();

Properties

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

Description

Deselects the Pen, Brush, and Font from the device context.

Call Refresh to return the HDC used by the canvas to a default state. Refresh does not change the values of the Font, Brush, or Pen properties. Calling any of the drawing methods of the canvas after calling Refresh will reselect the Font, Brush, or Pen into the HDC if it is used by the drawing method.

See Also