KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.render
/
KitePattern
/
Tiling
/
Tiling
Tiling
constructor
(
matrix
:
Matrix
,
extGState
:
ExtGState
?
,
paintType
:
Int
,
tilingType
:
Int
,
bbox
:
Rectangle
,
xStep
:
Double
,
yStep
:
Double
,
contentBytes
:
ByteArray
,
resources
:
PdfDictionary
?
=
null
,
baseColor
:
RgbColor
=
RgbColor(0.5, 0.5, 0.5)
)