coil-base
/
coil.size
/
PixelSize
Pixel
Size
data class
PixelSize
(
@
Px
()
width:
Int
,
@
Px
()
height:
Int
) :
Size
Content copied to clipboard
A positive width and height in pixels.
Constructors
Functions
Properties
Constructors
PixelSize
Link copied to clipboard
fun
PixelSize
(
@
Px
()
width:
Int
,
@
Px
()
height:
Int
)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard