The size grid of the texture. The size grid is a 3x3 division of the texture, allowing it to be scaled without distorting the corners and edges. The array contains five values representing the top, right, bottom, and left margins, and whether to repeat the fill (0: no repeat, 1: repeat). The values are separated by commas. For example: "6,6,6,6,1".
静态
只读
ID静态
createThe texture to be drawn
X-axis offset
Y-axis offset
Width of the drawn texture
Height of the drawn texture
Nine-grid information
可选
percent: booleanWhether the position and size are percentages (default: false)
可选
color: stringColor tint for the texture (default: null)
A Draw9GridTextureCmd instance initialized with the given parameters
En
Draw a texture with nine-grid information
Zh
绘制带九宫格信息的图片