HOW TO CROP imege to diffrent part and put it in picturebox or draw it rctangle.
in c#.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Apr 21, 2010, 10:37 PM
Here is a URL in GDI+.
http://msdn.microsoft.com/en-us/library/e06tc8a5.aspx
Mahesh ChandPosted Apr 21, 2010, 10:35 PM
This article demonstrates how to implement clipping feature in Silverlight such as a Rectangle and an Image.
Clipping a region is a process of displaying partial area of a region by setting the outline of a region. In WPF, the clipping has been extended to all elements that are inherited from UIElement that includes controls, images, panels, Windows, and Pages.