public interface ITextureBrush extends ITransformableBrush
Defines brush interface that uses an image to fill the interior of a shape.
Modifier and Type | Method and Description |
---|---|
com.aspose.html.internal.ms.System.Drawing.Color[] |
getColorMap()
The number of elements must be even.
|
byte[] |
getImage()
Gets or sets the image used by the brush.
|
com.aspose.html.internal.ms.System.Drawing.RectangleF |
getImageArea()
Specifies the portion of the image used by the brush.
|
float |
getOpacity()
Get opacity value in a color transform matrix.
|
getTransformationMatrix, getWrapMode
byte[] getImage()
Gets or sets the image used by the brush.
float getOpacity()
Get opacity value in a color transform matrix.
com.aspose.html.internal.ms.System.Drawing.RectangleF getImageArea()
Specifies the portion of the image used by the brush. If it equals RectangleF.Empty then the whole image will be used. Coordinates are in pixels.
com.aspose.html.internal.ms.System.Drawing.Color[] getColorMap()
The number of elements must be even. Every even element is old color. Every odd element is new color.
Value: The color map.