<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreGraphics",
  "identifier" : "/documentation/CoreGraphics/CGPathElementType/moveToPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Core Graphics"
    ],
    "preciseIdentifier" : "c:@E@CGPathElementType@kCGPathElementMoveToPoint"
  },
  "title" : "CGPathElementType.moveToPoint"
}
-->

# CGPathElementType.moveToPoint

The path element that starts a new subpath.

```
case moveToPoint
```

## Discussion

The element holds a single point for the destination. See the function [`CGPathMoveToPoint`](/documentation/CoreGraphics/CGPathMoveToPoint).

---

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)