rapid-render
    Preparing search index...

    Interface IRapidOptions

    interface IRapidOptions {
        antialias?: boolean;
        backgroundColor?: Color;
        canvas: HTMLCanvasElement;
        devicePixelRatio?: number;
        height?: number;
        scaleEnable?: boolean;
        scaleRadio?: ScaleRadio;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    antialias?: boolean
    backgroundColor?: Color
    canvas: HTMLCanvasElement
    devicePixelRatio?: number
    height?: number
    scaleEnable?: boolean
    scaleRadio?: ScaleRadio
    width?: number