Construction options for a Canvas2D.

interface Canvas2DOptions {
    supportReadBack: boolean;
}

Properties

Properties

supportReadBack: boolean

Was this Canvas2D created with the ability to copy the front buffer back into the back buffer?