DekGenius.com
[ Team LiB ] Previous Section Next Section

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);
    [ Team LiB ] Previous Section Next Section