korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.vector
/
Context2d
/
scale
scale
inline
fun
scale
(
sx
:
Number
,
sy
:
Number
=
sx
)
inline
fun
scale
(
sx
:
Int
,
sy
:
Int
=
sx
)
inline
fun
scale
(
sx
:
Number
,
sy
:
Number
=
sx
,
block
:
(
)
->
Unit
)
fun
scale
(
sx
:
Double
,
sy
:
Double
=
sx
)