Uses of Class
com.aspose.imaging.ImageAttributes

Packages that use ImageAttributes
com.aspose.imaging.brushes   
 

Uses of ImageAttributes in com.aspose.imaging.brushes
 

Methods in com.aspose.imaging.brushes that return ImageAttributes
 ImageAttributes TextureBrush.getImageAttributes()
           Gets the ImageAttributes associated with this TextureBrush.
 

Constructors in com.aspose.imaging.brushes with parameters of type ImageAttributes
TextureBrush(Image image, RectangleF destinationRectangle, ImageAttributes imageAttributes)
           Initializes a new instance of the Brushes.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 Brushes.TextureBrush class that uses the specified image, bounding rectangle, and image attributes.