public interface IZoomPanelListener
Modifier and Type | Method and Description |
---|---|
void |
setFitHeight()
Sets the zoom factor so that it fits the height of the current display.
|
void |
setFitWidth()
Sets the zoom factor so that it fits the width of the current display.
|
void |
setZoomFactor(double dZoomFactor)
Sets the zoom factor of the image or video.
|
void setZoomFactor(double dZoomFactor)
dZoomFactor
- The zoom factor of the image or video as double.void setFitWidth()
void setFitHeight()