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
/
BeginPage
Begin
Page
data
class
BeginPage
(
val
w
:
Double
,
val
h
:
Double
,
val
ctm
:
Matrix
)
:
RecordingCanvas.Call
Members
Constructors
Begin
Page
Link copied to clipboard
constructor
(
w
:
Double
,
h
:
Double
,
ctm
:
Matrix
)
Properties
ctm
Link copied to clipboard
val
ctm
:
Matrix
h
Link copied to clipboard
val
h
:
Double
w
Link copied to clipboard
val
w
:
Double