---
title: "CGPointCreateDictionaryRepresentation(_:)"
framework: coregraphics
role: symbol
role_heading: Function
path: "coregraphics/cgpointcreatedictionaryrepresentation(_:)"
---

# CGPointCreateDictionaryRepresentation(_:)

Returns a dictionary representation of the specified point.

## Declaration

```swift
func CGPointCreateDictionaryRepresentation(_ point: CGPoint) -> CFDictionary
```

## Parameters

- `point`: A point.

## Return Value

Return Value The dictionary representation of the point.

## See Also

### Creating a Dictionary Representation from a Geometric Primitive

- [CGSizeCreateDictionaryRepresentation(_:)](coregraphics/cgsizecreatedictionaryrepresentation(_:).md)
- [CGRectCreateDictionaryRepresentation(_:)](coregraphics/cgrectcreatedictionaryrepresentation(_:).md)
