Bitmap b=new Bitmap((Image)Ims[0]);
IEnumerator E= (b).FrameDimensionsList.GetEnumerator();
E.MoveNext();
b= (Bitmap)E.Current;
Invalid cast exception. I must be doing this wrong. I have look all over the net form information on how to do this but could find nothing.
IEnumerator E= (b).FrameDimensionsList.GetEnumerator();
E.MoveNext();
b= (Bitmap)E.Current;
Invalid cast exception. I must be doing this wrong. I have look all over the net form information on how to do this but could find nothing.