create_pattern method
Contents
[
Hide
]create_pattern
Creates a pattern using the specified image (a CanvasImageSource). It repeats the source in the directions specified by the repetition argument.
Returns
An opaque object describing a pattern.
def create_pattern(self, image, repetition):
...
| Parameter | Type | Description |
|---|---|---|
| image | HTMLImageElement | A HTMLImageElement to be used as the image to repeat |
| repetition | str | A string indicating how to repeat the image. |
create_pattern
Creates a pattern using the specified image (a CanvasImageSource). It repeats the source in the directions specified by the repetition argument.
Returns
An opaque object describing a pattern.
def create_pattern(self, image, repetition):
...
| Parameter | Type | Description |
|---|---|---|
| image | HTMLCanvasElement | A HTMLCanvasElement to be used as the image to repeat |
| repetition | str | A string indicating how to repeat the image. |
See Also
- module
aspose.html.dom.canvas - class
ICanvasRenderingContext2D