Documentation
    Preparing search index...

    Interface Canvas2DOptions

    Construction options for a Canvas2D.

    interface Canvas2DOptions {
        supportReadBack: boolean;
    }
    Index

    Properties

    Properties

    supportReadBack: boolean

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