toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.picture.widget.longimage
/
ImageViewState
Image
View
State
public
class
ImageViewState
implements
Serializable
Wraps the scale, center and orientation of a displayed image for easy restoration on screen rotate.
Members
Constructors
Image
View
State
Link copied to clipboard
public
void
ImageViewState
(
float scale
,
PointF center
,
int orientation
)
Properties
orientation
Link copied to clipboard
public
int
orientation
scale
Link copied to clipboard
public
float
scale
Functions
get
Center
Link copied to clipboard
public
PointF
getCenter
(
)
get
Orientation
Link copied to clipboard
public
int
getOrientation
(
)
get
Scale
Link copied to clipboard
public
float
getScale
(
)