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
/
Stroke
Stroke
data
class
Stroke
(
val
path
:
PdfPath
,
val
ctm
:
Matrix
,
val
color
:
RgbColor
,
val
lineWidth
:
Double
,
val
alpha
:
Double
=
1.0
,
val
blendMode
:
BlendMode
=
BlendMode.Normal
)
:
RecordingCanvas.Call
Members
Constructors
Stroke
Link copied to clipboard
constructor
(
path
:
PdfPath
,
ctm
:
Matrix
,
color
:
RgbColor
,
lineWidth
:
Double
,
alpha
:
Double
=
1.0
,
blendMode
:
BlendMode
=
BlendMode.Normal
)
Properties
alpha
Link copied to clipboard
val
alpha
:
Double
=
1.0
blend
Mode
Link copied to clipboard
val
blendMode
:
BlendMode
color
Link copied to clipboard
val
color
:
RgbColor
ctm
Link copied to clipboard
val
ctm
:
Matrix
line
Width
Link copied to clipboard
val
lineWidth
:
Double
path
Link copied to clipboard
val
path
:
PdfPath