Interface BCFSnapshot

A bitmap snapshot of the viewpoint.

interface BCFSnapshot {
    snapshot_data: string;
    snapshot_type: "png" | "jpeg";
}

Properties

snapshot_data: string

Snapshot image data.

snapshot_type: "png" | "jpeg"

Format of the snapshot.