枚举
图片绘制类型(image_draw_type_)
枚举类型
枚举
enum
image_draw_type_
{
image_draw_type_default
=0 ,
image_draw_type_stretch
,
image_draw_type_adaptive
,
image_draw_type_tile
,
image_draw_type_fixed_ratio
,
image_draw_type_adaptive_border
}
详细描述
枚举类型说明
◆
image_draw_type_
enum
image_draw_type_
枚举值
image_draw_type_default
默认
image_draw_type_stretch
拉伸
image_draw_type_adaptive
自适应,九宫格
image_draw_type_tile
平铺
image_draw_type_fixed_ratio
固定比例,当图片超出显示范围时,按照原始比例压缩显示图片
image_draw_type_adaptive_border
九宫格不绘制中间区域
生成于 2024年 三月 24日 星期日 16:51:44 , 为 炫彩界面库使用
1.9.3