copy

abstract fun copy(x: Pixels = this.x, y: Pixels = this.y, width: Pixels = this.width, height: Pixels = this.height, device: T = this.device, screen: Int = this.screen): R

Copy constructor