toggle menu
vico
androidJvm
switch theme
search in API
core
/
com.patrykandpatrick.vico.core.component.shape
/
Shape
Shape
interface
Shape
Defines a shape that can be drawn on a canvas.
Inheritors
DashedShape
CorneredShape
Members
Functions
draw
Shape
Link copied to clipboard
abstract
fun
drawShape
(
context
:
DrawContext
,
paint
:
Paint
,
path
:
Path
,
left
:
Float
,
top
:
Float
,
right
:
Float
,
bottom
:
Float
)
Draws the
Shape
on the canvas.