<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PencilKit",
  "identifier" : "/documentation/PencilKit/PKToolPickerLassoItem",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "PencilKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PKToolPickerLassoItem"
  },
  "title" : "PKToolPickerLassoItem"
}
-->

# PKToolPickerLassoItem

An item that represents a lasso tool in the tool picker.

```
class PKToolPickerLassoItem
```

## Overview

A lasso item represents a [`PKLassoTool`](/documentation/PencilKit/PKLassoTool-swift.struct) — a tool for selecting stroked lines and shapes in a canvas view — in a [`PKToolPicker`](/documentation/PencilKit/PKToolPicker).

## Topics

### Creating a lasso item

[`init()`](/documentation/PencilKit/PKToolPickerLassoItem/init())

Creates a new lasso item.

### Accessing the lasso tool

[`var lassoTool: PKLassoTool`](/documentation/PencilKit/PKToolPickerLassoItem/lassoTool-2xuhy)

A lasso tool for selecting parts of a drawing.

[`@property (nonatomic, readonly) PKLassoTool * lassoTool;`](/documentation/PencilKit/PKToolPickerLassoItem/lassoTool-1urgb)

A lasso tool for selecting parts of a drawing.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

### Inherits From

[`PKToolPickerItem`](/documentation/PencilKit/PKToolPickerItem)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)