public class ImagePattern:
Repeated image paint, similar to CanvasPattern.
pattern = ImagePattern("checker.png", "repeat")
print(pattern)| Modifier and Type | Member | Description |
|---|---|---|
| public property | imageimage as Object |
Image-like source object. |
| public property | repetitionrepetition as String |
Repeat mode: `repeat`, `repeat-x`, `repeat-y` or `no-repeat`. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | ImagePatternImagePattern(image as Object = null, repetition as String = "repeat"): |
No summary. |