Vcl.Graphics.TMetafile.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: HENHMETAFILE read GetHandle write SetHandle;

C++

__property NativeUInt Handle = {read=GetHandle, write=SetHandle, nodefault};

Properties

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

Description

Provides access to the Windows GDI metafile handle, for accessing the GDI metafile object.

Use Handle when calling a Windows API function that requires the handle of a metafile object. Pass the handle from the Handle property of the metafile object to the function.

See Also