Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
Graphics Class
Graphics Methods

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
Graphics..::.EnumerateMetafile Method

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

  NameDescription
Public methodEnumerateMetafile(Metafile, Point, Graphics..::.EnumerateMetafileProc) Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<Point>[]()[], Graphics..::.EnumerateMetafileProc) Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, PointF, Graphics..::.EnumerateMetafileProc) Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<PointF>[]()[], Graphics..::.EnumerateMetafileProc) Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, Rectangle, Graphics..::.EnumerateMetafileProc) Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, RectangleF, Graphics..::.EnumerateMetafileProc) Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, Point, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<Point>[]()[], Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, PointF, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in the specified Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<PointF>[]()[], Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, Rectangle, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, RectangleF, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, Point, 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.
Public methodEnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<Point>[]()[], Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
Public methodEnumerateMetafile(Metafile, array<Point>[]()[], Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(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.
Public methodEnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<PointF>[]()[], Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records in the specified Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
Public methodEnumerateMetafile(Metafile, array<PointF>[]()[], RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, Rectangle, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
Public methodEnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc) Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, RectangleF, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records of the specified Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
Public methodEnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc) Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<Point>[]()[], Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point.
Public methodEnumerateMetafile(Metafile, array<PointF>[]()[], RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram.
Public methodEnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr) Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle.
Public methodEnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
Public methodEnumerateMetafile(Metafile, array<Point>[]()[], Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
Public methodEnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display at a specified point using specified image attributes.
Public methodEnumerateMetafile(Metafile, array<PointF>[]()[], RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records in a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified parallelogram using specified image attributes.
Public methodEnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
Public methodEnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, Graphics..::.EnumerateMetafileProc, IntPtr, ImageAttributes) Sends the records of a selected rectangle from a Metafile, one at a time, to a callback method for display in a specified rectangle using specified image attributes.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker