sealed class RemoteOutline


Defines a simple shape, used for bounding graphical regions.

Can be used for defining a shape of the component background, a shape of shadows cast by the component, or to clip the contents.

Summary

Protected constructors

Public functions

abstract Unit

Draws the outline to the canvas with paint.

Protected constructors

RemoteOutline

protected RemoteOutline()

Public functions

RemoteDrawScope.drawOutline

abstract fun RemoteDrawScope.drawOutline(paint: RemotePaint): Unit

Draws the outline to the canvas with paint.