Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. |
Shear example for Visual J++
This example shears the bitmap 5 degrees horizontally and redisplays the image. It uses blue as the fill color.
LEAD1.Shear( (short) 500, true, new Color( 0,0,255 ) );
LEAD1.ForceRepaint();