資源簡介
代碼片段和文件信息
using?System;
using?System.Collections;
using?System.IO;
using?System.Drawing;
using?System.Drawing.Imaging;
using?System.Drawing.Drawing2D;
using?System.Collections.Generic;
namespace?ComLibiary
{
????///?
????///?圖片幫助類(靜態方法)
????///?作者:劉宏科
????///?
????public?class?ImageHelper
{
????????///?
????????///?圖片幫助類(靜態方法)
????????///?作者:劉宏科
????????///?
????????public?ImageHelper()
????????{
????????}
????????#region?圖片合成
????????private?enum?Merger
????????{
????????????///?
????????????///?垂直合成自上而下
????????????///?
????????????vertical
????????????///?
????????????///?水平合成從左到右
????????????///?
????????????horizontal
????????}
????????///?
????????///?從文件加載多個圖像(不會鎖定文件)
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????30313??2019-05-24?16:23??ImageHelper.cs
- 上一篇:C# 定時執行任務
- 下一篇:誰是臥底H5游戲websocket
評論
共有 條評論