Recorder

Provides the interface for recording drawing commands and snapping them into a Recording.

A recorder is intended to be used from one thread and is not thread-safe. Different recorders can be used on different threads.

Properties

Link copied to clipboard
expect open val isClosed: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
expect open fun close()
Link copied to clipboard

Captures the drawing commands accumulated since the previous call to snap.

Link copied to clipboard
expect open override fun toString(): String