IDrawingFactory.CreateTextureBrush
IDrawingFactory.CreateTextureBrush method
Creates a texture brush with the specified parameters.
public ITextureBrush CreateTextureBrush(byte[] imageBytes)
Parameter | Type | Description |
---|---|---|
imageBytes | Byte[] | The byte array containing the image data. |
Return Value
The created ITextureBrush
.
See Also
- interface ITextureBrush
- interface IDrawingFactory
- namespace Aspose.Html.Drawing
- assembly Aspose.HTML