| 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.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect,
int srcUnit,
ImageAttributes imageAttr)
Draws the specified portion of the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
PointF[] destPoints,
RectangleF srcRect,
int srcUnit,
ImageAttributes imageAttr)
Draws the specified portion of the specified Image at the specified location and with the specified size.
|
void |
Graphics.drawImage(Image image,
Rectangle destRect,
float srcX,
float srcY,
float srcWidth,
float srcHeight,
int srcUnit,
ImageAttributes imageAttrs)
Draws the specified portion of the specified
Image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image image,
Rectangle destRect,
int srcX,
int srcY,
int srcWidth,
int srcHeight,
int srcUnit,
ImageAttributes imageAttr)
Draws the specified portion of the specified Image at the specified location and with the specified size.
|
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 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,
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 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,
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 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,
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 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,
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 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,
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 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. |
| Constructor and Description |
|---|
TextureBrush(Image image,
RectangleF dstRect,
ImageAttributes imageAttr)
Initializes a new instance of the
TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.