I am importing image from camera which is being stored as a Xamarin.Forms.Image.
I need to convert this to System.Drawing.Image. Can anyone help me with this?
And also if you can help me on how to assign a .png image to System.Drawing.Image.
For example for a xamarin.forms.image we useimage.Source = "Image1.png";
Any similar code for System.Drawing.Image?
Thanks in advance !!!