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

Rectangle

mattt edited this page Nov 16, 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

Hashable

Initializers

init(origin:size:)

public init(origin: Point, size: Size)

Properties

origin

var origin: Point

size

var size: Size
Clone this wiki locally