---
title: vImage.EdgeMode.copyInPlace
framework: accelerate
role: symbol
role_heading: Case
path: accelerate/vimage/edgemode/copyinplace
---

# vImage.EdgeMode.copyInPlace

An edge mode that copies the value of the edge pixel in the source to the destination.

## Declaration

```swift
case copyInPlace
```

## See Also

### Enumeration Cases

- [vImage.EdgeMode.extend](accelerate/vimage/edgemode/extend.md)
- [vImage.EdgeMode.fill(backgroundColor:)](accelerate/vimage/edgemode/fill(backgroundcolor:).md)
- [vImage.EdgeMode.truncateKernel](accelerate/vimage/edgemode/truncatekernel.md)
