---
title: "contains(_:)"
framework: spritekit
role: symbol
role_heading: Instance Method
path: "spritekit/skregion/contains(_:)"
---

# contains(_:)

Returns a Boolean value that indicates whether a particular point is contained in the region.

## Declaration

```swift
func contains(_ point: CGPoint) -> Bool
```

## Parameters

- `point`: A point.

## Return Value

Return Value true if the point is contained in the region; otherwise, false.

## See Also

### Interacting with a Region

- [path](spritekit/skregion/path.md)
