Vcl.Graphics.TMetafile.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Deletes the metafile image.

Use Clear to release the old metafile image, create a new image, and increment a reference count on it.

See Also