toggle menu
korge-root
5.1.0
jvm
switch theme
search in API
korge-core
/
korlibs.image.awt
/
clone
clone
jvm
fun
BufferedImage
.
clone
(
width
:
Int
=
this.width
,
height
:
Int
=
this.height
,
type
:
Int
=
AWT_INTERNAL_IMAGE_TYPE_PRE
)
:
BufferedImage