ImageRectData
class ImageRectData(x: Int = 0, y: Int = 0, width: Int = 0, height: Int = 0, var offsetX: Int = 0, var offsetY: Int = 0, var regionWidth: Int = 0, var regionHeight: Int = 0, var originalWidth: Int = 0, var originalHeight: Int = 0, var file: File? = null, var image: BufferedImage? = null, var name: String = "", var index: Int = 0, val aliases: MutableList<ImageAlias> = mutableListOf(), var extrude: Int = 0) : BinRect
Constructors
Link copied to clipboard
fun ImageRectData(x: Int = 0, y: Int = 0, width: Int = 0, height: Int = 0, offsetX: Int = 0, offsetY: Int = 0, regionWidth: Int = 0, regionHeight: Int = 0, originalWidth: Int = 0, originalHeight: Int = 0, file: File? = null, image: BufferedImage? = null, name: String = "", index: Int = 0, aliases: MutableList<ImageAlias> = mutableListOf(), extrude: Int = 0)