---
title: cgAffineTransformValue
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/civector/cgaffinetransformvalue
---

# cgAffineTransformValue

Returns the values in the vector as a CGAffineTransformValue structure.

## Declaration

```swift
var cgAffineTransformValue: CGAffineTransform { get }
```

## Return Value

Return Value  Reading this property creates a CGAffineTransformValue structure from the first six values in 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)
- [cgPointValue](coreimage/civector/cgpointvalue.md)
- [cgRectValue](coreimage/civector/cgrectvalue.md)
