AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Interface SingleImage

    interface SingleImage {
        data: ImageData;
        height: number;
        image: HTMLImageElement;
        name: string;
        type: string;
        warning: string;
        width: number;
    }
    Index

    Properties

    data: ImageData
    height: number
    image: HTMLImageElement
    name: string
    type: string
    warning: string
    width: number