dot-nfc
7.5.8
dot-nfc
/
com.innovatrics.dot.image
/
Image
Image
data
class
Image
(
val
format
:
ImageFormat
,
val
size
:
ImageSize
,
val
bytes
:
ByteArray
)
Represents an image.
Types
Constructors
Functions
Properties
Constructors
Image
Link copied to clipboard
fun
Image
(
format
:
ImageFormat
,
size
:
ImageSize
,
bytes
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Image bytes.
format
Link copied to clipboard
val
format
:
ImageFormat
Image format.
size
Link copied to clipboard
val
size
:
ImageSize
Image size in pixels.