I am working on upgrading an older product which uses Xojo 2019 R1.1. I need to draw a lasoo around a group of objects, basically a solid or dotted line. I know the starting and ending x,y coordiates but have forgotten how to draw the line!
see also shapes https://documentation.xojo.com/api/graphics/object2d.html
you would make a method for your lasso and call it from within canvas paint event with g argument.
you can subclass your canvas to make it more functional and add own properties there.