How can i crop image using C#
问题 I have a picture of document taken from camera. Now what i have to do is crop only document from that image . Please can anyone suggest me how best it can be done or first is it possible or not Edit For more information .. my next question How to get edge coordinates of a image? 回答1: If you know the area that contains the image data you would like to crop, you could use this article from MSDN: http://msdn.microsoft.com/en-us/library/ms752345.aspx If you need to find the relevant area before