BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-camera
/
com.microblink.camera.hardware.camera
/
ImageSize
Image
Size
open
class
ImageSize
Created by dodo on 17/11/14.
Members
Constructors
Image
Size
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
@
Nullable
obj
:
Any
)
:
Boolean
Compares
obj
to this size.
open
fun
equals
(
width
:
Int
,
height
:
Int
)
:
Boolean
get
Height
Link copied to clipboard
open
fun
getHeight
(
)
:
Int
get
Width
Link copied to clipboard
open
fun
getWidth
(
)
:
Int
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int