Replay Snapshot Request
data class ReplaySnapshotRequest(snapshotId: SnapshotId, fromStep: Int?, toStep: Int?, scale: Double?)
Content copied to clipboard
Represents request frame that can be used with LayerTree#replaySnapshot operation call.
Replays the layer snapshot and returns the resulting bitmap.
See also
Constructors
ReplaySnapshotRequest
Link copied to clipboard
fun ReplaySnapshotRequest(snapshotId: SnapshotId, fromStep: Int? = null, toStep: Int? = null, scale: Double? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard