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

NameTypeAccessDescription
paint_typeintReadGets the paint type.
tiling_typeintReadGets the tiling type.
bboxtuple[float, float, float, float]ReadGets the bbox.
x_stepfloatReadGets the x step.
y_stepfloatReadGets the y step.
matrixtuple[float, float, float, float, float, float]ReadGets the matrix.
commandslist["RenderCommand"]ReadGets the commands.

See Also