Vcl.Direct2D.TDirect2DCanvas.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.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Releases the associated graphics objects.

Call Refresh to release the associated Brush, Font, and Pen objects.

See Also