CGRect
Undocumented
-
Creates a new rect with given center and size.
Declaration
Swift
@available(* 0.0.8, *) public init(center: CGPoint, size: CGSize)Parameters
centerCenter of the rectangle.
sizeSize of the rectangle.
Return Value
Properly initialized instance.
View on GitHub
Install in Dash
CGRect Extension Reference