Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Rectangle

mattt edited this page Jul 15, 2020 · 9 revisions

Rectangle

"%f,%f,%f,%f" The rectangle llx,lly,urx,ury gives the coordinates, in points, of the lower-left corner (llx,lly) and the upper-right corner (urx,ury).

public struct Rectangle: Hashable

Inheritance

DOTRepresentable, Hashable

Initializers

init(origin:size:)

public init(origin: Point, size: Size)

Properties

origin

var origin: Point

size

var size: Size

Methods

representation(in:)

func representation(in graph: Graph) -> String?
Clone this wiki locally