Interface Image

interface Image {
    center: Vec2;
    drag: boolean;
    dragConstraint: DragConstraint;
    ensureOnCanvas: boolean;
    height: Num;
    interactiveOnly: boolean;
    name: string;
    preserveAspectRatio: string;
    rotation: Num;
    shapeType: Image;
    svg: string;
    width: Num;
}

Hierarchy (view full)

Properties

center: Vec2
drag: boolean
dragConstraint: DragConstraint
ensureOnCanvas: boolean
height: Num
interactiveOnly: boolean
name: string
preserveAspectRatio: string
rotation: Num
shapeType: Image
svg: string
width: Num