Graphics::EnumerateMetafile Method (Metafile, PointF, Graphics::EnumerateMetafileProc, IntPtr, ImageAttributes)
Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
Assembly: System.Drawing (in System.Drawing.dll)
public: void EnumerateMetafile( Metafile^ metafile, PointF destPoint, Graphics..::.EnumerateMetafileProc^ callback, IntPtr callbackData, ImageAttributes^ imageAttr )
Parameters
- metafile
- Type: System.Drawing.Imaging::Metafile
Metafile to enumerate.
- destPoint
- Type: System.Drawing::PointF
PointF structure that specifies the location of the upper-left corner of the drawn metafile.
- callback
- Type: System.Drawing::Graphics::EnumerateMetafileProc
Graphics::EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent.
- callbackData
- Type: System::IntPtr
Internal pointer that is required, but ignored. You can pass Zero for this parameter.
- imageAttr
- Type: System.Drawing.Imaging::ImageAttributes
ImageAttributes that specifies image attribute information for the drawn image.
This method enumerates the records contained in the specified metafile. Each record is individually sent to a callback method specified by the callback parameter. Typically, the callback method calls the PlayRecord method to "play back", or draw, the record.
If the callback method calls PlayRecord, it must do so by calling the method of the specific Metafile that is being enumerated.
The image attributes specified by the imageAttr parameter replace those specified when the metafile was written.
For a code example, see EnumerateMetafile(Metafile, Point, Graphics::EnumerateMetafileProc).
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.