NSRect

class NSRect(var origin: NSPoint, var size: NSSize)(source)

Constructors

Link copied to clipboard
constructor(origin: NSPoint, size: NSSize)
constructor(startX: Int, xLength: Int, startY: Int, yLength: Int)

Properties

Link copied to clipboard
Link copied to clipboard