Shape

interface Shape

Defines a shape that can be drawn on a canvas.

Inheritors

Functions

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.