图片绘制类型(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_

枚举值
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 

九宫格不绘制中间区域