NSSize

class NSSize(var x: Int, var y: Int)(source)

Constructors

Link copied to clipboard
constructor(x: Int, y: Int)

Properties

Link copied to clipboard
var x: Int
Link copied to clipboard
var y: Int