Code samples for RotateAndCrop.
Automatically generated by the Every Method demo.
// Automated test of RotateAndCrop - Typical Values
// RotateAndCrop - 15°
ImageEnView1.Proc.RotateAndCrop( 15, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - Alpha Channel - Typical Values
// RotateAndCrop - 15°
ImageEnView1.Proc.RotateAndCrop( 15, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - 32-Bit RGBA - Typical Values
// RotateAndCrop - 15°
ImageEnView1.Proc.RotateAndCrop( 15, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - 1-bit - Typical Values
// RotateAndCrop - 15°
ImageEnView1.Proc.RotateAndCrop( 15, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - Random Values
// RotateAndCrop - 195°
ImageEnView1.Proc.RotateAndCrop( 195, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - Alpha Channel - Random Values
// RotateAndCrop - 195°
ImageEnView1.Proc.RotateAndCrop( 195, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - 32-Bit RGBA - Random Values
// RotateAndCrop - 195°
ImageEnView1.Proc.RotateAndCrop( 195, ierBicubic, 0, iecaAngledPhoto );

// Automated test of RotateAndCrop - 1-bit - Random Values
// RotateAndCrop - 195°
ImageEnView1.Proc.RotateAndCrop( 195, ierBicubic, 0, iecaAngledPhoto );
