Check out example codes for "c# bitmap to Image". It will help you in understanding the concepts better.
Code Example 1
Bitmap inherits from System.Drawing.Image
Code Example 2
var codeBitmap = new Bitmap(your_info);
Image image = (Image)codeBitmap;
Learn ReactJs, React Native from akashmittal.com