Interface split9_images_t

各辺と中央で 9 つに分割された画像をすべて保持するインターフェース

interface split9_images_t {
    c: HTMLImageElement;
    e: HTMLImageElement;
    n: HTMLImageElement;
    ne: HTMLImageElement;
    nw: HTMLImageElement;
    s: HTMLImageElement;
    se: HTMLImageElement;
    sw: HTMLImageElement;
    w: HTMLImageElement;
}

Properties

c e n ne nw s se sw w

Properties

c: HTMLImageElement
e: HTMLImageElement
n: HTMLImageElement
ne: HTMLImageElement
nw: HTMLImageElement
s: HTMLImageElement
se: HTMLImageElement
sw: HTMLImageElement
w: HTMLImageElement