---
title: UIPointerRegionRequest
framework: uikit
role: symbol
role_heading: Class
path: uikit/uipointerregionrequest
---

# UIPointerRegionRequest

An object to describe the pointer’s location in the interaction’s view.

## Declaration

```swift
@MainActor class UIPointerRegionRequest
```

## Overview

Overview The UIPointerRegionRequest is given to the UIPointerInteractionDelegate to allow for changes to the pointer interaction.

## Topics

### Inspecting the region request

- [location](uikit/uipointerregionrequest/location.md)
- [modifiers](uikit/uipointerregionrequest/modifiers.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Pointer region

- [UIPointerRegion](uikit/uipointerregion.md)
