点击或拖拽改变大小

PictureBrowseForm 构造函数 (ListImage, Int32)

初始化多张图片

命名空间:  DSkin.Controls
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public PictureBrowseForm(
	List<Image> imageList,
	int index
)

参数

imageList
类型:System.Collections.GenericListImage
图片列表
index
类型:SystemInt32
默认显示图片索引
参见