TIEMetafile
Declaration
TIEMetafile = class
constructor Create(const Filename: WideString); overload;
constructor Create(Stream: TStream); overload;
destructor Destroy(); override;
property Handle: Pointer;
property Width: Integer;
property Height: Integer;
function IsWmf(): Boolean;
function IsEmf(): Boolean;
function IsEmfPlus(): Boolean;
function IsEmfPlusDual(): Boolean;
end;
Description
ImageEn's class for loading meta files.