CGSize

Swift

extension CGSize
  • Undocumented

    Declaration

    Swift

    public static func * (lhs: `Self`, rhs: CGFloat) -> CGSize
  • Undocumented

    Declaration

    Swift

    public static func *= (lhs: inout `Self`, rhs: CGFloat)
  • Undocumented

    Declaration

    Swift

    public static func / (lhs: `Self`, rhs: CGFloat) -> CGSize
  • Undocumented

    Declaration

    Swift

    public static func /= (lhs: inout `Self`, rhs: CGFloat)