Charting for WinForms Programmer's Guide
GdiGraphics.EnumerateMetafile Method (Metafile, PointF, Graphics.EnumerateMetafileProc)
See Also
 






Sends the records in the specified Metafile object, one at a time, to a callback method for display at a specified point.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void EnumerateMetafile (
    Metafile metafile,
    PointF destPoint,
    Graphics.EnumerateMetafileProc callback
)

Visual Basic  Copy Code

Public Sub EnumerateMetafile( _
    metafile As Metafile, _
    destPoint As PointF, _
    callback As Graphics.EnumerateMetafileProc _
)

 Parameters

metafile
A .NET Metafile object to enumerate.
destPoint
A .NET PointF structure that specifies the location of the upper-left corner of the drawn metafile.
callback
A .NET Graphics.EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent.

 See Also

EnumerateMetafile Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace