Size
class Size
2-dimensional size.
-
The width of the size.
Declaration
var width: Double { get }
-
The height of the size.
Declaration
var height: Double { get }
-
The object’s description
Declaration
var description: String { get }