Class ReplaySnapshotCommandResponse
Response for Replays the layer snapshot and returns the resulting bitmap.
public sealed class ReplaySnapshotCommandResponse : ICommandResponse<ReplaySnapshotCommandSettings>, ICommandResponse
- Inheritance
-
ReplaySnapshotCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
DataURL
A data: URL for resulting image.
[JsonPropertyName("dataURL")]
public string DataURL { get; set; }