- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
Drawing tools
Use drawing tools to create custom graphic objects to appear at runtime.
Use the drawing tools to draw free-form and one-dimensional objects including:
- Rectangles and squares
- Ovals and circles
- Lines
- Polylines and polygons
By default, each drawing object has a
MouseDown
event and MouseUp
event to which you can add methods that the event performs.To prevent a drawing from snapping to the grid as you draw, in 

Grid settings
, clear Snap to grid
. Provide Feedback