The values in the vector as a Core Graphics rectangle structure.
SDKs
- iOS 5.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Image
The values in the vector as a Core Graphics rectangle structure.
SDKs
Framework
func value(at: Int) -> CGFloat
Returns a value from a specific position in the vector.
var count: Int
The number of items in the vector.
var x: CGFloat
The value located in the first position in the vector.
var y: CGFloat
The value located in the second position in the vector.
var z: CGFloat
The value located in the third position in the vector.
var w: CGFloat
The value located in the fourth position in the vector.
var string Representation: String
The string representation of the vector.
var cg Affine Transform Value: CGAffine Transform
The values in the vector represented as an affine transform.
var cg Point Value: CGPoint
The values in the vector as a Core Graphics point structure.