[To be supplied.]
[Visual Basic] Overloads Public Sub EnumerateMetafile( _ ByVal metafile As Metafile, _ ByVal destRect As Rectangle, _ ByVal srcRect As Rectangle, _ ByVal unit As GraphicsUnit, _ ByVal callback As Graphics.EnumerateMetafileProc, _ ByVal callbackData As Integer, _ ByVal imageAttr As ImageAttributes _ ) [C#] public void EnumerateMetafile( Metafile metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit unit, Graphics.EnumerateMetafileProc callback, int callbackData, ImageAttributes imageAttr ); [C++] public: void EnumerateMetafile( Metafile* metafile, Rectangle destRect, Rectangle srcRect, GraphicsUnit unit, Graphics.EnumerateMetafileProc* callback, int callbackData, ImageAttributes* imageAttr ); [JScript] public function EnumerateMetafile( metafile : Metafile, destRect : Rectangle, srcRect : Rectangle, unit : GraphicsUnit, callback : Graphics.EnumerateMetafileProc, callbackData : int, imageAttr : ImageAttributes );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.EnumerateMetafile Overload List