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
/
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
ctm
Link copied to clipboard
val
ctm
:
Matrix
image
Link copied to clipboard
val
image
:
ImageXObject