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

Size

public struct Size: Hashable

Inheritance

DOTRepresentable, Hashable

Initializers

init(width:height:)

public init(width: Double, height: Double)

Properties

width

var width: Double

height

var height: Double

Methods

representation(in:)

func representation(in graph: Graph) -> String?

Clone this wiki locally