.NET Windows Forms in a Nutshell

Graphics.EnumerateMetafileProc serializable

System.Drawing (system.drawing.dll) delegate

This delegate defines the callback used in the Graphics.EnumerateMetafile() method.

public delegate bool Graphics.EnumerateMetafileProc (System.Drawing.Imaging.EmfPlusRecordType recordType , int flags , int dataSize , IntPtr data , System.Drawing.Imaging.PlayRecordCallback callbackData );

Категории