Package | Description |
---|---|
com.aspose.psd | |
com.aspose.psd.brushes | |
com.aspose.psd.extensions |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.drawImage(Image image,
Point[] destPoints,
Rectangle srcRect,
int srcUnit,
ImageAttributes imageAttributes)
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 imageAttributes)
Draws the specified portion of the specified
image at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image (Graphics.getImage() ) at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
RectangleF rectSource,
RectangleF rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image (Graphics.getImage() ) at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image (Graphics.getImage() ) at the specified location and with the specified size. |
void |
Graphics.drawImage(Image sourceImage,
Rectangle rectSource,
Rectangle rectDestination,
int graphicsUnit,
ImageAttributes imageAttributes)
Draws the specified
Image (Graphics.getImage() ) at the specified location and with the specified size. |
Modifier and Type | Method and Description |
---|---|
ImageAttributes |
TextureBrush.getImageAttributes()
|
Constructor and Description |
---|
TextureBrush(Image image,
RectangleF destinationRectangle,
ImageAttributes imageAttributes)
Initializes a new instance of the
TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
TextureBrush(Image image,
Rectangle destinationRectangle,
ImageAttributes imageAttributes)
Initializes a new instance of the
TextureBrush class that uses the specified image, bounding rectangle, and image attributes. |
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Drawing.Imaging.ImageAttributes |
ImageAttributesExtensions.toGdiImageAttributes(ImageAttributes imageAttributes)
Converts the
ImageAttributes to the ImageAttributes . |
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.