---
title: cgSizeValue
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsvalue/cgsizevalue
---

# cgSizeValue

Returns the CoreGraphics size structure representation of the value.

## Declaration

```swift
var cgSizeValue: CGSize { get }
```

## Return Value

Return Value The CoreGraphics size structure representation of the value.

## See Also

### Related Documentation

- [CGSize](corefoundation/cgsize.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)
- [cgPointValue](foundation/nsvalue/cgpointvalue.md)
- [cgVectorValue](foundation/nsvalue/cgvectorvalue.md)
- [cgRectValue](foundation/nsvalue/cgrectvalue.md)
- [cgAffineTransformValue](foundation/nsvalue/cgaffinetransformvalue.md)
