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".
Whether to recycle the drawing instruction array. If set to true, the instruction array will be recycled to save memory. It is recommended to set it to true for recycling, but if you manually reference the array, recycling is not recommended.
X-axis offset
Y-axis offset
Width of the clipping area
Height of the clipping area
The texture to draw
(Optional) X-axis position. Default is 0.
(Optional) Y-axis position. Default is 0.
(Optional) Width of the image. Default is 0.
(Optional) Height of the image. Default is 0.
Nine-grid information
可选
color: string(Optional) Color to tint the image
X-axis position of the circle center
Y-axis position of the circle center
Radius of the circle
Fill color, or gradient object for filling the drawing
(Optional) Border color, or gradient object for filling the drawing. Default is null.
(Optional) Border width. Default is 1.
X-axis position to start drawing
Y-axis position to start drawing
Collection of points for curves. Format: [controlX, controlY, anchorX, anchorY...]
Color of the curves, or gradient object for filling the drawing
(Optional) Width of the curves. Default is 1.
X-axis position of the ellipse center
Y-axis position of the ellipse center
Horizontal radius
Vertical radius
Fill color, or gradient object for filling the drawing
(Optional) Border color, or gradient object for filling the drawing
(Optional) Border width
可选
percent: boolean(Optional) Whether the position and size are percentage values
The texture to draw
(Optional) X-axis offset. Default is 0.
(Optional) Y-axis offset. Default is 0.
(Optional) Width of the image. Default is null.
(Optional) Height of the image. Default is null.
(Optional) Color of the image. Default is null.
X-axis starting position
Y-axis starting position
X-axis ending position
Y-axis ending position
Color of the line
(Optional) Width of the line. Default is 1.
X-axis position to start drawing
Y-axis position to start drawing
Collection of points for line segments. Format: [x1,y1,x2,y2,x3,y3...]
Color of the line segments, or gradient object for filling the drawing
(Optional) Width of the line segments. Default is 1.
X-axis position to start drawing
Y-axis position to start drawing
Collection of paths. Paths support the following format: [["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"]]
(Optional) Brush definition, supports the following settings: {fillStyle:"#FF0000"}
(Optional) Pen definition, supports the following settings: {strokeStyle,lineWidth,lineJoin:"bevel|round|miter",lineCap:"butt|round|square",miterLimit}
X-axis position to start drawing
Y-axis position to start drawing
Radius of the pie
Start angle
End angle
Fill color, or gradient object for filling the drawing
(Optional) Border color, or gradient object for filling the drawing. Default is null.
(Optional) Border width. Default is 1.
X-axis position to start drawing
Y-axis position to start drawing
Collection of points for the polygon
Fill color, or gradient object for filling the drawing
(Optional) Border color, or gradient object for filling the drawing. Default is null.
(Optional) Border width. Default is 1.
X-axis position to start drawing
Y-axis position to start drawing
Width of the rectangle
Height of the rectangle
Fill color, or gradient object for filling the drawing
(Optional) Border color, or gradient object for filling the drawing. Default is null.
(Optional) Border width. Default is 1.
可选
percent: booleanWhether the position and size are percentage values
DrawRectCmd object
X-axis position to start drawing
Y-axis position to start drawing
Width of the rounded rectangle
Height of the rounded rectangle
Left-top corner radius
Right-top corner radius
Left-bottom corner radius
Right-bottom corner radius
Fill color, or gradient object for filling the drawing
(Optional) Border color, or gradient object for filling the drawing. Default is null.
(Optional) Border width. Default is 1.
可选
percent: boolean(Optional) Whether the position and size are percentage values
The texture to draw
(Optional) X-axis offset. Default is 0.
(Optional) Y-axis offset. Default is 0.
(Optional) Width of the texture. Default is null.
(Optional) Height of the texture. Default is null.
(Optional) Matrix information. Default is null.
(Optional) Transparency. Default is 1.
(Optional) Color filter. Default is null.
(Optional) Blend mode. Default is null.
可选
uv: number[](Optional) UV coordinates. Default is undefined.
The texture to draw
Array of positions for each draw
可选
colors: number[](Optional) Array of colors for each draw
The texture to use
X-axis offset
Y-axis offset
Vertex array
UV data. Note that the UV coordinates are used directly. If the texture is from an atlas, these UVs are also from the atlas and don't need conversion.
Vertex indices
(Optional) Scale matrix. Default is null.
(Optional) Alpha value. Default is 1.
(Optional) Color transformation. Default is null.
(Optional) Blend mode. Default is null.
The text to output on the canvas
The x-coordinate where to start drawing the text (relative to the canvas)
The y-coordinate where to start drawing the text (relative to the canvas)
Defines the font and size, e.g., "20px Arial"
Defines the text color, e.g., "#ff0000"
Text alignment. Possible values: "left", "center", "right"
Width of the stroke line
Defines the color of the text stroke
The text to output on the canvas
The x-coordinate where to start drawing the text (relative to the canvas)
The y-coordinate where to start drawing the text (relative to the canvas)
Defines the font size and family, e.g., "20px Arial"
Defines the text color, e.g., "#ff0000"
Text alignment. Possible values: "left", "center", "right"
The texture to use for filling
X-axis offset
Y-axis offset
(Optional) Width. Default is 0.
(Optional) Height. Default is 0.
(Optional) Fill type: 'repeat', 'repeat-x', 'repeat-y', or 'no-repeat'. Default is 'repeat'.
(Optional) Texture offset. Default is null.
(Optional) Color. Default is null.
(Optional) Whether to use percentages. Default is false.
可选
realSize: boolean(Optional) Use the real size of the image, default is false.
A Rectangle object composed of position and size.
The URL of the image
(Optional) The x-coordinate where the image will be displayed. Default is 0.
(Optional) The y-coordinate where the image will be displayed. Default is 0.
(Optional) The width to display the image. Set to 0 to use the default image width. Default is null.
(Optional) The height to display the image. Set to 0 to use the default image height. Default is null.
(Optional) The callback function to be called when the image is loaded
The rotation angle in radians
(Optional) X-coordinate of the pivot point. Default is 0.
(Optional) Y-coordinate of the pivot point. Default is 0.
Horizontal scaling value
Vertical scaling value
(Optional) X-coordinate of the pivot point. Default is 0.
(Optional) Y-coordinate of the pivot point. Default is 0.
The text to output on the canvas
The x-coordinate where to start drawing the text (relative to the canvas)
The y-coordinate where to start drawing the text (relative to the canvas)
Defines the font and size, e.g., "20px Arial"
Defines the text color, e.g., "#ff0000"
Width of the line
Text alignment. Possible values: "left", "center", "right"
The matrix
(Optional) X-coordinate of the pivot point. Default is 0.
(Optional) Y-coordinate of the pivot point. Default is 0.
The value to add to the horizontal coordinate (x)
The value to add to the vertical coordinate (y)
静态
add2DGlobalThe ID of the property
The key of the property
The type of the uniform
En
The
AutoBitmap
class is a display object that represents bitmap images or graphics. It encapsulates the handling of position, width, height, and nine-patch for UI components.Zh
AutoBitmap
类是用于表示位图图像或绘制图形的显示对象。 封装了位置,宽高及九宫格的处理,供UI组件使用。