PlayRecordCallback Delegate
.NET Framework (current version)
This delegate is not used. For an example of enumerating the records of a metafile, see EnumerateMetafile.
Assembly: System.Drawing (in System.Drawing.dll)
public delegate void PlayRecordCallback( EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData )
Parameters
- recordType
-
Type:
System.Drawing.Imaging::EmfPlusRecordType
Not used.
- flags
-
Type:
System::Int32
Not used.
- dataSize
-
Type:
System::Int32
Not used.
- recordData
-
Type:
System::IntPtr
Not used.
.NET Framework
Available since 1.1
Available since 1.1
Show: