Exemple #1
0
 // Convert this object into a bitmap.
 public Bitmap ToBitmap()
 {
     if (image != null)
     {
         return(new Bitmap(image.ImageFromFrame(frameNum)));
     }
     else
     {
         return(null);
     }
 }