glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-core
/
uk.co.nickthecoder.glok.backend
/
Backend
/
strokeInsideRect
stroke
Inside
Rect
open
fun
strokeInsideRect
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
,
thickness
:
Float
,
color
:
Color
)
open
fun
strokeInsideRect
(
rect
:
GlokRect
,
thickness
:
Float
,
color
:
Color
)
open
fun
strokeInsideRect
(
rect
:
GlokRect
,
insideRect
:
GlokRect
,
color
:
Color
)
abstract
fun
strokeInsideRect
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
,
insideLeft
:
Float
,
insideTop
:
Float
,
insideRight
:
Float
,
insideBottom
:
Float
,
color
:
Color
)