setZoom
Set zoom to the specified scale. Image will be centered by default.
Parameters
Set zoom to the specified scale. Image will be centered around the point(focusX, focusY). These floats range from 0 to 1 and denote the focus pointas a fraction from the left and top of the view. For example, the top leftcorner of the image would be (0, 0). And the bottom right corner would be (1, 1).
Parameters
Set zoom to the specified scale. Image will be centered around the point(focusX, focusY). These floats range from 0 to 1 and denote the focus pointas a fraction from the left and top of the view. For example, the top leftcorner of the image would be (0, 0). And the bottom right corner would be (1, 1).
Parameters
Set zoom parameters equal to another TouchImageView. Including scale, position,and ScaleType.