示例#1
0
 public Bitmap Apply(Bitmap bitmap, int scale)
 {
     return(ImagesHelper.ResizeImage(bitmap, scale));
 }