toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.vector
/
VectorBuilder
/
roundRect
round
Rect
open
fun
roundRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
,
rtl
:
Double
,
rtr
:
Double
,
rbr
:
Double
,
rbl
:
Double
)
open
fun
roundRect
(
rect
:
RoundRectangle
)
open
fun
roundRect
(
x
:
Double
,
y
:
Double
,
w
:
Double
,
h
:
Double
,
rx
:
Double
,
ry
:
Double
=
rx
)
open
fun
roundRect
(
x
:
Float
,
y
:
Float
,
w
:
Float
,
h
:
Float
,
rx
:
Float
,
ry
:
Float
=
rx
)
open
fun
roundRect
(
x
:
Int
,
y
:
Int
,
w
:
Int
,
h
:
Int
,
rx
:
Int
,
ry
:
Int
=
rx
)