NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Graphics.EnumerateMetafile (Metafile, PointF, RectangleF, GraphicsUnit, EnumerateMetafileProc, Int32, ImageAttributes)

[To be supplied.]

[Visual Basic]
Overloads Public Sub EnumerateMetafile( _
   ByVal metafile As Metafile, _
   ByVal destPoint As PointF, _
   ByVal srcRect As RectangleF, _
   ByVal unit As GraphicsUnit, _
   ByVal callback As Graphics.EnumerateMetafileProc, _
   ByVal callbackData As Integer, _
   ByVal imageAttr As ImageAttributes _
)
[C#]
public void EnumerateMetafile(
   Metafile metafile,
   PointF destPoint,
   RectangleF srcRect,
   GraphicsUnit unit,
   Graphics.EnumerateMetafileProc callback,
   int callbackData,
   ImageAttributes imageAttr
);
[C++]
public: void EnumerateMetafile(
   Metafile* metafile,
   PointF destPoint,
   RectangleF srcRect,
   GraphicsUnit unit,
   Graphics.EnumerateMetafileProc* callback,
   int callbackData,
   ImageAttributes* imageAttr
);
[JScript]
public function EnumerateMetafile(
   metafile : Metafile,
   destPoint : PointF,
   srcRect : RectangleF,
   unit : GraphicsUnit,
   callback : Graphics.EnumerateMetafileProc,
   callbackData : int,
   imageAttr : ImageAttributes
);

Parameters

metafile
[To be supplied.]
destPoint
[To be supplied.]
srcRect
[To be supplied.]
unit
[To be supplied.]
callback
[To be supplied.]
callbackData
[To be supplied.]
imageAttr
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.EnumerateMetafile Overload List