Region
data class Region(val name: String, val frame: RectangleInt, val virtFrame: RectangleInt? = null, val imageOrientation: ImageOrientation = ImageOrientation.NORMAL)
Constructors
Link copied to clipboard
constructor(name: String, frame: RectangleInt, virtFrame: RectangleInt? = null, imageOrientation: ImageOrientation = ImageOrientation.NORMAL)