TilingPattern
Overview
TilingPattern is a class in Aspose.Page FOSS for Python.
Properties: bbox, commands, matrix, paint_type, tiling_type, x_step, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
paint_type | int | Read | Gets the paint type. |
tiling_type | int | Read | Gets the tiling type. |
bbox | tuple[float, float, float, float] | Read | Gets the bbox. |
x_step | float | Read | Gets the x step. |
y_step | float | Read | Gets the y step. |
matrix | tuple[float, float, float, float, float, float] | Read | Gets the matrix. |
commands | list["RenderCommand"] | Read | Gets the commands. |