toggle menu
vico
androidJvm
switch theme
search in API
core
/
com.patrykandpatrick.vico.core.context
/
DrawContext
/
clipRect
clip
Rect
open
fun
clipRect
(
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
Clips the
Canvas
to the specified rectangle.
See also
Canvas.
clipRect
open
fun
clipRect
(
rectF
:
RectF
)
Clips the
Canvas
to the specified
rectF
.
See also
Canvas.
clipRect