I have a image that I want to crop it when I press a button on the form. I have the following code that is run when the button is pressed, but it doesn\'t do anything to the
You can use the Bitmap class' Clone method (http://msdn.microsoft.com/en-us/library/ms141944.aspx) to get a subrectangle of a target Bitmap.