Size - SwiftDocOrg/GraphViz GitHub Wiki

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