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
open val isClosed: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

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

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