Android(Java)[v1.7.5.0]
Public 成员函数 | Public 属性 | 所有成员列表
com.pano.rtc.api.Constants.WBImageScalingMode 枚举类型参考

白板图片缩放模式。 更多...

Public 成员函数

 WBImageScalingMode (int v)
 
int getValue ()
 

Public 属性

 Fit =(0)
 
 AutoFill =(1)
 
 FillWidth =(2)
 
 FillHeight =(3)
 
 FitCenter =(4)
 

详细描述

白板图片缩放模式。

类成员变量说明

◆ AutoFill

com.pano.rtc.api.Constants.WBImageScalingMode.AutoFill =(1)

自动填充视图,保持宽高比,左上对齐。

◆ FillHeight

com.pano.rtc.api.Constants.WBImageScalingMode.FillHeight =(3)

按高填充视图,保持宽高比,左侧对齐。

◆ FillWidth

com.pano.rtc.api.Constants.WBImageScalingMode.FillWidth =(2)

按宽填充视图,保持宽高比,顶侧对齐。

◆ Fit

com.pano.rtc.api.Constants.WBImageScalingMode.Fit =(0)

适合视图,保持宽高比。

◆ FitCenter

com.pano.rtc.api.Constants.WBImageScalingMode.FitCenter =(4)

适合视图,保持宽高比,居中。


枚举说明文档从下列文件生成: