.9图片参数

Since

1.2.0

interface INinePatch {
    scaleX: number[];
    scaleY: number[];
    fillArea: number[];
}

Properties

scaleX: number[]

横向可缩放区域 [x1,x2] or [x1,x2,x3,x4]

Since

1.2.0

scaleY: number[]

纵向可缩放区域 [y1,y2] or [y1,y2,y3,y4]

Since

1.2.0

fillArea: number[]

「.9」的内容区域 [x1,x2,y1,y2]

Since

1.2.0