Mohamed Riyas

Mohamed Riyas

  • NA
  • 4
  • 2.5k

How to resize gif which is stored in bitmap?

Jan 30 2018 7:57 AM
i tried to resize Gif image but after resizing it will not animate. i tried the following code resize.
 
LastBitImg = new Bitmap(Width,Height);
LastBitImg = FBitImg;

Answers (4)