---
title: NSCursor.FrameResizeDirection.Set
framework: appkit
role: symbol
role_heading: Structure
path: appkit/nscursor/frameresizedirection/set
---

# NSCursor.FrameResizeDirection.Set

An efficient set of frame resize directions.

## Declaration

```swift
struct Set
```

## Topics

### Initializers

- [init(_:)](appkit/nscursor/frameresizedirection/set/init(_:).md)

### Instance Methods

- [contains(_:)](appkit/nscursor/frameresizedirection/set/contains(_:).md)
- [insert(_:)](appkit/nscursor/frameresizedirection/set/insert(_:).md)
- [remove(_:)](appkit/nscursor/frameresizedirection/set/remove(_:).md)
- [update(with:)](appkit/nscursor/frameresizedirection/set/update(with:).md)

### Type Properties

- [all](appkit/nscursor/frameresizedirection/set/all.md)
- [inward](appkit/nscursor/frameresizedirection/set/inward.md)
- [outward](appkit/nscursor/frameresizedirection/set/outward.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [Hashable](swift/hashable.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [SetAlgebra](swift/setalgebra.md)
