<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGScreenUpdateMoveDelta",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@S@CGScreenUpdateMoveDelta"
  },
  "title" : "CGScreenUpdateMoveDelta"
}
-->

# CGScreenUpdateMoveDelta

The distance, in pixel units, that an onscreen region moves.

```
struct CGScreenUpdateMoveDelta
```

## Overview

Move operation notifications are restricted to changes that move a region by an integer number of pixels. The fields `dX` and `dY` describe the direction of movement:

- Positive values of `dX` indicate movement to the right.
- Negative values of `dX` indicate movement to the left.
- Positive values of `dY` indicate movement downward.
- Negative values of `dY` indicate movement upward.

## Topics

### Initializers

[`init()`](/documentation/CoreGraphics/CGScreenUpdateMoveDelta/init())

[`init(dX:dY:)`](/documentation/CoreGraphics/CGScreenUpdateMoveDelta/init(dX:dY:))

### Instance Properties

[`dX`](/documentation/CoreGraphics/CGScreenUpdateMoveDelta/dX)

[`dY`](/documentation/CoreGraphics/CGScreenUpdateMoveDelta/dY)



---

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)