Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Nov 16, 2020 · 4 revisions

Size

public struct Size: Hashable

Inheritance

Hashable

Initializers

init(width:height:)

public init(width: Double, height: Double)

Properties

width

var width: Double

height

var height: Double
Clone this wiki locally