toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.vector
/
Drawable
Drawable
interface
Drawable
Inheritors
GlyphPath
SizedDrawable
FuncDrawable
ShapeBuilder
Members
Members & Extensions
Functions
draw
Link copied to clipboard
abstract
fun
draw
(
c
:
Context2d
)
draw
Link copied to clipboard
fun
<
T
:
Bitmap
>
Drawable
.
draw
(
out
:
T
)
:
T
render
To
Link copied to clipboard
fun
Drawable
.
renderTo
(
ctx
:
Context2d
)
render
To
Image
Link copied to clipboard
fun
Drawable
.
renderToImage
(
width
:
Int
,
height
:
Int
)
:
NativeImage
fun
Drawable
.
renderToImage
(
width
:
Int
,
height
:
Int
,
native
:
Boolean
)
:
Bitmap
to
Shape
Link copied to clipboard
fun
Drawable
.
toShape
(
width
:
Int
,
height
:
Int
)
:
Shape
to
Svg
Link copied to clipboard
fun
Drawable
.
toSvg
(
width
:
Int
,
height
:
Int
,
scale
:
Double
=
1.0
)
:
Xml