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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val virtFrame: RectangleInt? = null