Good Morning. I am trying to use the Clone method in the Bitmap class. What I am seeing on the internet is that this should be part of the .NET framework. However, digging into the GHI firmware, I am seeing this in the Image class:
Is the method usable in some other namespace or something? What am I supposed to do if I just want to extract a smaller portion of my bitmap?
I do see a GetPixel method in the Bitmap class. Am I supposed to use a loop to extract 1 pixel at a time and build a new bitmap?
Any help here will be appreciated.
Thanks.