Sends the records in the specified Metafile object, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
Namespace: MindFusion.Drawing
Package: MindFusion.Common
Syntax
C#
Copy Code
|
---|
public void EnumerateMetafile ( Metafile metafile, Point[] destPoints, Graphics.EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr ) |
Visual Basic
Copy Code
|
---|
Public Sub EnumerateMetafile( _ metafile As Metafile, _ destPoints() As Point, _ callback As Graphics.EnumerateMetafileProc, _ callbackData As IntPtr, _ imageAttr As ImageAttributes _ ) |
Parameters
See Also