Class

RemoteOutline

Defines a simple shape, used for bounding graphical regions.

Source set: Android
public 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.

Functions

drawOutline

public abstract fun RemoteDrawScope.drawOutline(paint: RemotePaint)

Draws the outline to the canvas with paint.

Last updated: