PKLassoTool
A tool for selecting stroked lines and shapes in a canvas view.
Declaration
struct PKLassoToolOverview
A PKLassoTool object supports the selection of content on a PKCanvasView. When active, the canvas uses incoming touch events to determine what content to add to the selection.
Create a lasso tool programmatically or display a PKToolPicker object from which the user selects the tool. Assign the resulting object to the tool property of your PKCanvasView object. The canvas uses any subsequent touch sequences to select content on the canvas.