示例#1
0
文件: Icon.cs 项目: i-e-b/Form8sn
 // Convert this object into a bitmap.
 public Bitmap ToBitmap()
 {
     if (image != null)
     {
         return(new Bitmap(image.ImageFromFrame(frameNum)));
     }
     else
     {
         return(null);
     }
 }