---
title: cgPointValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/cgpointvalue
---

# cgPointValue

Returns the CoreGraphics point structure representation of the value.

## Declaration

```swift
var cgPointValue: CGPoint { get }
```

## Return Value

Return Value The CoreGraphics point structure representation of the value.

## See Also

### Related Documentation

- [CGPoint](corefoundation/cgpoint.md)

### Working with CoreGraphics Geometry Values

- [init(CGPoint:)](foundation/nsvalue/init(cgpoint:).md)
- [init(CGVector:)](foundation/nsvalue/init(cgvector:).md)
- [init(CGSize:)](foundation/nsvalue/init(cgsize:).md)
- [init(CGRect:)](foundation/nsvalue/init(cgrect:).md)
- [init(CGAffineTransform:)](foundation/nsvalue/init(cgaffinetransform:).md)
- [cgVectorValue](foundation/nsvalue/cgvectorvalue.md)
- [cgSizeValue](foundation/nsvalue/cgsizevalue.md)
- [cgRectValue](foundation/nsvalue/cgrectvalue.md)
- [cgAffineTransformValue](foundation/nsvalue/cgaffinetransformvalue.md)
