CGSize
public extension CGSize
-
Creates a new size with the specified width and height.
Declaration
Swift
init(width: BPKSpacing, height: BPKSpacing)Parameters
widthThe width of the new size.
heightThe height of the new size.