create_texture_brush method
create_texture_brush
Creates a texture brush with the specified parameters.
Returns
The created ITextureBrush.
def create_texture_brush(self, image_bytes):
...
| Parameter | Type | Description |
|---|---|---|
| image_bytes | bytes | The byte array containing the image data. |
See Also
- module
aspose.html.drawing - class
IDrawingFactory - class
ITextureBrush