📄️ Box
A Box in TouchGFX is a rectangular shaped widget that can be assigned a single color for all contained pixels. The Box can be assigned any size and position.
📄️ Box With Border
A Box With Border in TouchGFX is a rectangular shaped widget that can be assigned a single color for all contained pixels within a specified border with a separate color and size. The Box With Border can be assigned any size and position.
📄️ Line
A Line is a widget based on the Canvas Widget capable of drawing a straight line from one point to another. The Line can be filled by a single color or an image using a Painter object.
📄️ Circle
A Circle is a widget based on the Canvas Widget capable of drawing a circle. This circle can be a partial circle, and either filled or outlined. The center, radius, line width, line cap and circle arc can be modified. The Circle can either use an image or a single color as fill.
📄️ Shape
The Shape allows the user to draw any shape with an arbitrary amount of points, while also supporting scaling and rotation.