korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
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
)