EnumerateMetafileProc

EnumerateMetafileProc typedef

The type of a callback fuction object used as an argument for EnumerateMetafile method.

using System::Drawing::Graphics::EnumerateMetafileProc =  MulticastDelegate<bool(Imaging::EmfPlusRecordType, int32_t, int32_t, IntPtr, Imaging::PlayRecordCallback)>

See Also