KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
RecordingCanvas
/
Call
/
PushGroup
Push
Group
data
class
PushGroup
(
val
bbox
:
Rectangle
,
val
ctm
:
Matrix
,
val
isolated
:
Boolean
,
val
knockout
:
Boolean
,
val
alpha
:
Double
,
val
blendMode
:
BlendMode
)
:
RecordingCanvas.Call
Members
Constructors
Push
Group
Link copied to clipboard
constructor
(
bbox
:
Rectangle
,
ctm
:
Matrix
,
isolated
:
Boolean
,
knockout
:
Boolean
,
alpha
:
Double
,
blendMode
:
BlendMode
)
Properties
alpha
Link copied to clipboard
val
alpha
:
Double
bbox
Link copied to clipboard
val
bbox
:
Rectangle
blend
Mode
Link copied to clipboard
val
blendMode
:
BlendMode
ctm
Link copied to clipboard
val
ctm
:
Matrix
isolated
Link copied to clipboard
val
isolated
:
Boolean
knockout
Link copied to clipboard
val
knockout
:
Boolean