Interface ImageDrawing

interface ImageDrawing {
    bitmap?: string;
    height?: number;
    scale?: number;
    type: "bitmap";
    width?: number;
    x?: number;
    y?: number;
}

Properties

bitmap?: string
height?: number
scale?: number
type
width?: number
x?: number
y?: number

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.