Contents

PKLassoTool

A tool for selecting stroked lines and shapes in a canvas view.

Declaration

struct PKLassoTool

Overview

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.

Topics

Creating a lasso tool

Using reference types

See Also

Tools