| Package | Description |
|---|---|
| com.aspose.drawing |
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Graphics.enumerateMetafile(Metafile metafile,
Point[] destPoints,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in the specified
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point[] destPoints,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records in the specified
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point[] destPoints,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point[] destPoints,
Rectangle srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point[] destPoints,
Rectangle srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point[] destPoints,
Rectangle srcRect,
int unit,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF[] destPoints,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in the specified
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF[] destPoints,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records in the specified
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF[] destPoints,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF[] destPoints,
RectangleF srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in a selected rectangle from a S
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF[] destPoints,
RectangleF srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified parallelogram. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF[] destPoints,
RectangleF srcRect,
int unit,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF destPoint,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in the specified
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF destPoint,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records in the specified
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF destPoint,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF destPoint,
RectangleF srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF destPoint,
RectangleF srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
PointF destPoint,
RectangleF srcRect,
int unit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point destPoint,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in the specified
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point destPoint,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records in the specified
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point destPoint,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point destPoint,
Rectangle srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point destPoint,
Rectangle srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes)
Sends the records in a selected rectangle from a
Metafile, one at a time, to a callback method for display at a specified point. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Point destPoint,
Rectangle srcRect,
int unit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
RectangleF destRect,
Graphics.EnumerateMetafileProcByte callback)
Sends the records of the specified
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
RectangleF destRect,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records of the specified
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
RectangleF destRect,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
RectangleF destRect,
RectangleF srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback)
Sends the records of a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
RectangleF destRect,
RectangleF srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes)
Sends the records of a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
RectangleF destRect,
RectangleF srcRect,
int unit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Rectangle destRect,
Graphics.EnumerateMetafileProcByte callback)
Sends the records of the specified
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Rectangle destRect,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData)
Sends the records of the specified
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Rectangle destRect,
Graphics.EnumerateMetafileProcByte callback,
byte[] callbackData,
ImageAttributes imageAttr)
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. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Rectangle destRect,
Rectangle srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback)
Sends the records of a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Rectangle destRect,
Rectangle srcRect,
int srcUnit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes)
Sends the records of a selected rectangle from a
Metafile, one at a time, to a callback method for display in a specified rectangle. |
void |
Graphics.enumerateMetafile(Metafile metafile,
Rectangle destRect,
Rectangle srcRect,
int unit,
Graphics.EnumerateMetafileProcByte callback,
byte[] bytes,
ImageAttributes imageAttr)
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. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.