Type IGDIPlus.TGPEnumerateMetafileProc
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type function TGPEnumerateMetafileProc( recordType : TGPEmfPlusRecordType, flags : UINT, dataSize : UINT, data : PBYTE ) : BOOL of object;
C++ Builder:
typedef BOOL __fastcall (__closure *TGPEnumerateMetafileProc)( TGPEmfPlusRecordType recordType, UINT flags, UINT dataSize, PBYTE data );
Summary
Callback member function(event) for IGPGraphics.EnumerateMetafile.
Description
Defines callback member function(event) for IGPGraphics.EnumerateMetafile.