Greetings friends. I am working on a project where I have the need to draw rectangles in an image to identify objects detected in that image, I have an example that does this but in window.forms and using the System.Drawing but in xamarin.forms I can not use it. some method to draw rectangles in an image or can you provide me with an example or documentation, if there is any way to use the System.Drawing in xamarin.forms? , thank you very much
Answers
Is your project a .net standard or pcl. Pretty much all of system.drawing wasn't available in PCL the last time I tried. I'm not sure if it made it to .netstandard. All image manipulation work I've done in the past required platform specific code.
it's a .NET project
and I'm using .Netstandard
Hi, you can use SkiaSharp or you can put under Image BoxView (user RelativeLayout or Grid)
@SirAndriy you can explain to me a bit more about Boxview is that I'm new and the SkiaSharp option I do not understand how to use the image as a canvas to be able to place the rectangles