---
title: cgPointValue
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/civector/cgpointvalue
---

# cgPointValue

Returns the values in the vector as a CGPoint structure.

## Declaration

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

## Return Value

Return Value  Reading this property returns a CGPoint structure from the X and Y values from the vector.

## See Also

### Getting Values From a Vector

- [value(at:)](coreimage/civector/value(at:).md)
- [count](coreimage/civector/count.md)
- [x](coreimage/civector/x.md)
- [y](coreimage/civector/y.md)
- [z](coreimage/civector/z.md)
- [w](coreimage/civector/w.md)
- [stringRepresentation](coreimage/civector/stringrepresentation.md)
- [cgAffineTransformValue](coreimage/civector/cgaffinetransformvalue.md)
- [cgRectValue](coreimage/civector/cgrectvalue.md)
