Shear example for Delphi

This example shears the bitmap 5 degrees horizontally and redisplays the image. It uses blue as the fill color.

Lead1.Shear(500, True, RGB(0,0,255));
Lead1.ForceRepaint;