We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"%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
Hashable
init(origin:size:)
public init(origin: Point, size: Size)
origin
var origin: Point
size
var size: Size