Click here to Skip to main content
15,892,059 members

Comments by captab1 (Top 2 by date)

captab1 9-Jan-13 21:24pm View    
Let me clarify, my original statement of the problem. When I say I draw on picturebox origBox, I actually create a bitmap, a graphics canvas for the bitmap, and then draw on the canvas. Once this is done, I use the origBox to display what was drawn by assigning the bitmap to the picturebox origBox.

The drawing is displayed fine, but trying to copy part of it (crop) to cropBox bitmap suffers from the above described problem.
captab1 9-Jan-13 21:07pm View    
Deleted
Thanks for answering.

Unfortunately, your message is not helpful at all, and it definitely does not answer my question.

I hope somebody else may be more constructive and shine some light on what is the cause of the described behavior?