ImageObject

@Serializable
class ImageObject(var type: Byte, var w: Int? = null, var h: Int? = null, var hmin: Int? = null, var wmin: Int? = null)

Constructors

Link copied to clipboard
constructor(type: Byte, w: Int? = null, h: Int? = null, hmin: Int? = null, wmin: Int? = null)

Properties

Link copied to clipboard
var h: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var w: Int?
Link copied to clipboard