vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
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