示例#1
0
 public static int GetWidthOfImage(string name)
 {
     return(_images.GetImageWidth(name));
 }