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

左の画像