Vcl.Graphics.HMETAFILE
Delphi
unit Vcl.Graphics;
{$HPPEMIT LEGACYHPP}
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type | public | Vcl.Graphics.pas | Vcl.Graphics | Vcl.Graphics |
Description
HMETAFILE is the Windows handle to a TMetafile object.
HMETAFILE is the type used by Windows API function calls that require a handle to a metafile for one of the arguments. It is also the type of the handle of a TMetafile object.