Size

public struct Size : CustomDebugStringConvertible, Codable, Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public static var empty: Size
  • Undocumented

    Declaration

    Swift

    public var IsEmpty: Bool { get }
  • Undocumented

    Declaration

    Swift

    public init(width: Int, height: Int)
  • Undocumented

    Declaration

    Swift

    public init(point: Point)
  • Undocumented

    Declaration

    Swift

    public static func + (lhs: Size, rhs: Size) -> Size
  • Undocumented

    Declaration

    Swift

    public static func - (lhs: Size, rhs: Size) -> Size
  • Declaration

    Swift

    public static func == (lhs: Size, rhs: Size) -> Bool
  • Undocumented

    Declaration

    Swift

    public static func != (lhs: Size, rhs: Size) -> Bool
  • Declaration

    Swift

    public var debugDescription: String { get }