摘要:
/// /// 转换Image为Icon /// /// 要转换为图标的Image对象 /// 当image为null时是否返回null。false则抛空引用异常 /// public static Icon ConvertToIcon(Image image, bool nullTonull = false) { if (image == null) { ... 阅读全文
posted @ 2017-04-08 16:07
心电心
阅读(2158)
评论(0)
推荐(0)
浙公网安备 33010602011771号