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
/
Image
Image
data
class
Image
(
val
image
:
ImageXObject
,
val
ctm
:
Matrix
,
val
alpha
:
Double
=
1.0
)
:
RecordingCanvas.Call
Members
Constructors
Image
Link copied to clipboard
constructor
(
image
:
ImageXObject
,
ctm
:
Matrix
,
alpha
:
Double
=
1.0
)
Properties
alpha
Link copied to clipboard
val
alpha
:
Double
=
1.0
ctm
Link copied to clipboard
val
ctm
:
Matrix
image
Link copied to clipboard
val
image
:
ImageXObject