Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.misc.composeCanvas
/
dev.lounres.kone.misc.composeCanvas
/
KoneCanvasState
Kone
Canvas
State
@
Serializable
data
class
KoneCanvasState
(
val
offset
:
Point2
<
Float
>
=
Point2(0f, 0f)
,
val
zoom
:
Float
=
1.0f
)
(
source
)
Members
Members & Extensions
Constructors
Kone
Canvas
State
Link copied to clipboard
constructor
(
offset
:
Point2
<
Float
>
=
Point2(0f, 0f)
,
zoom
:
Float
=
1.0f
)
Properties
offset
Link copied to clipboard
val
offset
:
Point2
<
Float
>
view
Region
Link copied to clipboard
val
KoneCanvasState
.
viewRegion
:
ViewRegion
zoom
Link copied to clipboard
val
zoom
:
Float
=
1.0f