Drawings
    Use drawings objects to add shapes and images to your application interface.
| Object | Description | 
|---|---|
| A rectangle or square that displays at runtime. Use rectangles to create buttons or group other relevant objects. See Draw a rectangle or square. | |
| An ellipse or circle that displays at runtime. Use ellipses to create buttons or group other relevant objects. See Draw an oval or circle. | |
| A  PNG, JPG, JPEG, BMP, or SVGimage. For example, a logo. | |
| An object that can have multiple image states based on the input value. Each image state may reference a different image and may have a specific opacity. If the input value does not correspond with any image state, the default value is used (first defined state). | |
| An SVG Tiny 1.2 image, which properties of individual image parts can be changed at design time or runtime. For example, an alarm may trigger a particular part of an image to become red. | |
| Line | A line you can draw and for which you can customize the appearance. See Draw a line. | 
| Polyline | A polyline and polygon that can be selected at runtime and for which you can customize the appearance. See Draw a polyline or polygon. | 
Provide Feedback