zoukankan      html  css  js  c++  java
  • 图片处理类

    Code

    用的时候类似:

      //生成小图
                    ImageClass.ImageClass imageClass = new ImageClass.ImageClass();
                    imageClass.ShowThumbnail(savePath, savePath1,200,153);

  • 相关阅读:
    49. 字母异位词分组
    73. 矩阵置零
    Razor语法问题(foreach里面嵌套if)
    多线程问题
    Get json formatted string from web by sending HttpWebRequest and then deserialize it to get needed data
    How to execute tons of tasks parallelly with TPL method?
    How to sort the dictionary by the value field
    How to customize the console applicaton
    What is the difference for delete/truncate/drop
    How to call C/C++ sytle function from C# solution?
  • 原文地址:https://www.cnblogs.com/shineqiujuan/p/1323004.html
Copyright © 2011-2022 走看看