toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
Size
Size
io.rong.imlib
public
class
Size
Members
Constructors
Size
Link copied to clipboard
io.rong.imlib
public
void
Size
(
)
public
void
Size
(
int width
,
int height
)
Properties
height
Link copied to clipboard
io.rong.imlib
public
int
height
width
Link copied to clipboard
io.rong.imlib
public
int
width
Functions
get
Height
Link copied to clipboard
io.rong.imlib
public
int
getHeight
(
)
get
Width
Link copied to clipboard
io.rong.imlib
public
int
getWidth
(
)
set
Height
Link copied to clipboard
io.rong.imlib
public
void
setHeight
(
int height
)
set
Width
Link copied to clipboard
io.rong.imlib
public
void
setWidth
(
int width
)