Home » Tutorials » Software Development » C# .NET » Four-Point Image Distortion..

Four-Point Image Distortion

Added July 08, 2008, read 17 times

Distort a bitmap into any quadrilateral shape simply by specfiying the distinct locations of each of the corner points. All done in pure C# code.

View tutorial