CGSize

public extension CGSize
  • Creates a new size with the specified width and height.

    Declaration

    Swift

    init(width: BPKSpacing, height: BPKSpacing)

    Parameters

    width

    The width of the new size.

    height

    The height of the new size.