Graphics.EnumerateMetafile
EnumerateMetafile(Metafile, PointF, 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 void EnumerateMetafile(Metafile metafile, PointF destPoint, EnumerateMetafileProc callback,
IntPtr callbackData, ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | PointF | PointF structure that specifies the location of the upper-left corner of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct PointF
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF, EnumerateMetafileProc, IntPtr)
Sends the records in the specified Metafile
, one at a time, to a callback method for display at a specified point.
public void EnumerateMetafile(Metafile metafile, PointF destPoint, EnumerateMetafileProc callback,
IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | PointF | PointF structure that specifies the location of the upper-left corner of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct PointF
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF[], EnumerateMetafileProc)
Sends the records in the specified Metafile
, one at a time, to a callback method for display in a specified parallelogram.
public void EnumerateMetafile(Metafile metafile, PointF[] destPoints,
EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | PointF[] | Array of three PointF structures that define a parallelogram that determines the size and location of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct PointF
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point, EnumerateMetafileProc)
Sends the records in the specified Metafile
, one at a time, to a callback method for display at a specified point.
public void EnumerateMetafile(Metafile metafile, Point destPoint, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | Point | Point structure that specifies the location of the upper-left corner of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct Point
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point, EnumerateMetafileProc, IntPtr)
Sends the records in the specified Metafile
, one at a time, to a callback method for display at a specified point.
public void EnumerateMetafile(Metafile metafile, Point destPoint, EnumerateMetafileProc callback,
IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | Point | Point structure that specifies the location of the upper-left corner of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct Point
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point, 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 void EnumerateMetafile(Metafile metafile, Point destPoint, EnumerateMetafileProc callback,
IntPtr callbackData, ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | Point | Point structure that specifies the location of the upper-left corner of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct Point
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, RectangleF, EnumerateMetafileProc)
Sends the records of the specified Metafile
, one at a time, to a callback method for display in a specified rectangle.
public void EnumerateMetafile(Metafile metafile, RectangleF destRect,
EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | RectangleF | RectangleF structure that specifies the location and size of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct RectangleF
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, RectangleF, EnumerateMetafileProc, IntPtr)
Sends the records of the specified Metafile
, one at a time, to a callback method for display in a specified rectangle.
public void EnumerateMetafile(Metafile metafile, RectangleF destRect,
EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | RectangleF | RectangleF structure that specifies the location and size of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct RectangleF
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, RectangleF, 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 void EnumerateMetafile(Metafile metafile, RectangleF destRect,
EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | RectangleF | RectangleF structure that specifies the location and size of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct RectangleF
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Rectangle, EnumerateMetafileProc)
Sends the records of the specified Metafile
, one at a time, to a callback method for display in a specified rectangle.
public void EnumerateMetafile(Metafile metafile, Rectangle destRect, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | Rectangle | Rectangle structure that specifies the location and size of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct Rectangle
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF, EnumerateMetafileProc)
Sends the records in the specified Metafile
, one at a time, to a callback method for display at a specified point.
public void EnumerateMetafile(Metafile metafile, PointF destPoint, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | PointF | PointF structure that specifies the location of the upper-left corner of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct PointF
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF[], EnumerateMetafileProc, IntPtr)
Sends the records in the specified Metafile
, one at a time, to a callback method for display in a specified parallelogram.
public void EnumerateMetafile(Metafile metafile, PointF[] destPoints,
EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | PointF[] | Array of three PointF structures that define a parallelogram that determines the size and location of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct PointF
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point[], EnumerateMetafileProc, IntPtr)
Sends the records in the specified Metafile
, one at a time, to a callback method for display in a specified parallelogram.
public void EnumerateMetafile(Metafile metafile, Point[] destPoints,
EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | Point[] | Array of three Point structures that define a parallelogram that determines the size and location of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct Point
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point[], EnumerateMetafileProc)
Sends the records in the specified Metafile
, one at a time, to a callback method for display in a specified parallelogram.
public void EnumerateMetafile(Metafile metafile, Point[] destPoints, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | Point[] | Array of three Point structures that define a parallelogram that determines the size and location of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct Point
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point[], Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Point[] destPoints, Rectangle srcRect,
GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData,
ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | Point[] | Array of three Point structures that define a parallelogram that determines the size and location of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
unit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct Point
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point[], Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Point[] destPoints, Rectangle srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | Point[] | Array of three Point structures that define a parallelogram that determines the size and location of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct Point
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point[], Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Point[] destPoints, Rectangle srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | Point[] | Array of three Point structures that define a parallelogram that determines the size and location of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct Point
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF[], RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, PointF[] destPoints, RectangleF srcRect,
GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData,
ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | PointF[] | Array of three PointF structures that define a parallelogram that determines the size and location of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
unit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF[], RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, PointF[] destPoints, RectangleF srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | PointF[] | Array of three PointF structures that define a parallelogram that determines the size and location of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF[], RectangleF, GraphicsUnit, EnumerateMetafileProc)
Sends the records in a selected rectangle from a SMetafile
, one at a time, to a callback method for display in a specified parallelogram.
public void EnumerateMetafile(Metafile metafile, PointF[] destPoints, RectangleF srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | PointF[] | Array of three PointF structures that define a parallelogram that determines the size and location of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Rectangle destRect, Rectangle srcRect,
GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData,
ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | Rectangle | Rectangle structure that specifies the location and size of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
unit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Rectangle destRect, Rectangle srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | Rectangle | Rectangle structure that specifies the location and size of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Rectangle, Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Rectangle destRect, Rectangle srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | Rectangle | Rectangle structure that specifies the location and size of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF[], 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 void EnumerateMetafile(Metafile metafile, PointF[] destPoints,
EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | PointF[] | Array of three PointF structures that define a parallelogram that determines the size and location of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct PointF
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, RectangleF destRect, RectangleF srcRect,
GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData,
ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | RectangleF | RectangleF structure that specifies the location and size of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
unit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, RectangleF destRect, RectangleF srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | RectangleF | RectangleF structure that specifies the location and size of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Point destPoint, Rectangle srcRect,
GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData,
ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | Point | Point structure that specifies the location of the upper-left corner of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
unit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct Point
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Point destPoint, Rectangle srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | Point | Point structure that specifies the location of the upper-left corner of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct Point
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point, Rectangle, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, Point destPoint, Rectangle srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | Point | Point structure that specifies the location of the upper-left corner of the drawn metafile. |
srcRect | Rectangle | Rectangle structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct Point
- struct Rectangle
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Rectangle, EnumerateMetafileProc, IntPtr)
Sends the records of the specified Metafile
, one at a time, to a callback method for display in a specified rectangle.
public void EnumerateMetafile(Metafile metafile, Rectangle destRect,
EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | Rectangle | RectangleF structure that specifies the location and size of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct Rectangle
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, PointF destPoint, RectangleF srcRect,
GraphicsUnit unit, EnumerateMetafileProc callback, IntPtr callbackData,
ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | PointF | PointF structure that specifies the location of the upper-left corner of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
unit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, PointF destPoint, RectangleF srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | PointF | PointF structure that specifies the location of the upper-left corner of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, PointF, RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, PointF destPoint, RectangleF srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoint | PointF | PointF structure that specifies the location of the upper-left corner of the drawn metafile. |
srcRect | RectangleF | System.Drawing.RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of theGraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
See Also
- class Metafile
- struct PointF
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Point[], 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 void EnumerateMetafile(Metafile metafile, Point[] destPoints,
EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destPoints | Point[] | Array of three Point structures that define a parallelogram that determines the size and location of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct Point
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, RectangleF, RectangleF, GraphicsUnit, 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 void EnumerateMetafile(Metafile metafile, RectangleF destRect, RectangleF srcRect,
GraphicsUnit srcUnit, EnumerateMetafileProc callback, IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | RectangleF | RectangleF structure that specifies the location and size of the drawn metafile. |
srcRect | RectangleF | RectangleF structure that specifies the portion of the metafile, relative to its upper-left corner, to draw. |
srcUnit | GraphicsUnit | Member of the GraphicsUnit enumeration that specifies the unit of measure used to determine the portion of the metafile that the rectangle specified by the srcRect parameter contains. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
See Also
- class Metafile
- struct RectangleF
- enum GraphicsUnit
- delegate EnumerateMetafileProc
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
EnumerateMetafile(Metafile, Rectangle, 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 void EnumerateMetafile(Metafile metafile, Rectangle destRect,
EnumerateMetafileProc callback, IntPtr callbackData, ImageAttributes imageAttr)
Parameter | Type | Description |
---|---|---|
metafile | Metafile | Metafile to enumerate. |
destRect | Rectangle | Rectangle structure that specifies the location and size of the drawn metafile. |
callback | EnumerateMetafileProc | EnumerateMetafileProc delegate that specifies the method to which the metafile records are sent. |
callbackData | IntPtr | Internal pointer that is required, but ignored. You can pass Zero for this parameter. |
imageAttr | ImageAttributes | ImageAttributes that specifies image attribute information for the drawn image. |
See Also
- class Metafile
- struct Rectangle
- delegate EnumerateMetafileProc
- class ImageAttributes
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common