Is it possible to correct page dimensions by getting three points on it?
问题 I am working on a logic of correcting width, height and angle of page(image). Point r1,r2,r3 are on correct image and Point d1,d2,d3 are corresponding points on current image. I have tried multiple approach and have landed on this. public System.Drawing.Bitmap CorrectFileDimentionsV2(System.Drawing.Bitmap bitmap, PagePoints pagePoints) { BitmapHelper bitmapHelper = new BitmapHelper(); var bitmapImage = bitmapHelper.Bitmap2BitmapImage(bitmap); DrawingVisual MyPath = new DrawingVisual(); using