toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-qr
/
com.jeluchu.qr
/
Dimension
Dimension
class
Dimension
(
width
:
Int
,
height
:
Int
)
Simply encapsulates a width and height.
Members
Constructors
Dimension
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int
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
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String