ImageEn

TImageEnProc.Rotate Code Samples


Code samples for Rotate.
Automatically generated by the Every Method demo.
// Automated test of Rotate - Typical Values
// Rotate - ierBicubic - 30°
ImageEnView1.Proc.Rotate( 30, ierBicubic, clNone );



// Automated test of Rotate_90_None - Typical Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clNone );



// Automated test of Rotate_180_None - Typical Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clNone );



// Automated test of Rotate_270_None - Typical Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clNone );



// Automated test of Rotate_90_Fast - Typical Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clNone );



// Automated test of Rotate_180_Bilinear - Typical Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clNone );



// Automated test of Rotate_270_Bicubic - Typical Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clNone );



// Automated test of Rotate - Alpha Channel - Typical Values
// Rotate - ierBicubic - 30°
ImageEnView1.Proc.Rotate( 30, ierBicubic, clNone );



// Automated test of Rotate_90_None - Alpha Channel - Typical Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clNone );



// Automated test of Rotate_180_None - Alpha Channel - Typical Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clNone );



// Automated test of Rotate_270_None - Alpha Channel - Typical Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clNone );



// Automated test of Rotate_90_Fast - Alpha Channel - Typical Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clNone );



// Automated test of Rotate_180_Bilinear - Alpha Channel - Typical Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clNone );



// Automated test of Rotate_270_Bicubic - Alpha Channel - Typical Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clNone );



// Automated test of Rotate - 32-Bit RGBA - Typical Values
// Rotate - ierBicubic - 30°
ImageEnView1.Proc.Rotate( 30, ierBicubic, clNone );



// Automated test of Rotate_90_None - 32-Bit RGBA - Typical Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clNone );



// Automated test of Rotate_180_None - 32-Bit RGBA - Typical Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clNone );



// Automated test of Rotate_270_None - 32-Bit RGBA - Typical Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clNone );



// Automated test of Rotate_90_Fast - 32-Bit RGBA - Typical Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clNone );



// Automated test of Rotate_180_Bilinear - 32-Bit RGBA - Typical Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clNone );



// Automated test of Rotate_270_Bicubic - 32-Bit RGBA - Typical Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clNone );



// Automated test of Rotate - 1-bit - Typical Values
// Rotate - ierBicubic - 30°
ImageEnView1.Proc.Rotate( 30, ierBicubic, clNone );



// Automated test of Rotate_90_None - 1-bit - Typical Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clNone );



// Automated test of Rotate_180_None - 1-bit - Typical Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clNone );



// Automated test of Rotate_270_None - 1-bit - Typical Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clNone );



// Automated test of Rotate_90_Fast - 1-bit - Typical Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clNone );



// Automated test of Rotate_180_Bilinear - 1-bit - Typical Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clNone );



// Automated test of Rotate_270_Bicubic - 1-bit - Typical Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clNone );



// Automated test of Rotate - Random Values
// Rotate - ierBilinear - 210°
ImageEnView1.Proc.Rotate( 210, ierBilinear, clBlack );



// Automated test of Rotate_90_None - Random Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clBlack );



// Automated test of Rotate_180_None - Random Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clBlack );



// Automated test of Rotate_270_None - Random Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clBlack );



// Automated test of Rotate_90_Fast - Random Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clBlack );



// Automated test of Rotate_180_Bilinear - Random Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clBlack );



// Automated test of Rotate_270_Bicubic - Random Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clBlack );



// Automated test of Rotate - Alpha Channel - Random Values
// Rotate - ierBilinear - 210°
ImageEnView1.Proc.Rotate( 210, ierBilinear, clBlack );



// Automated test of Rotate_90_None - Alpha Channel - Random Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clBlack );



// Automated test of Rotate_180_None - Alpha Channel - Random Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clBlack );



// Automated test of Rotate_270_None - Alpha Channel - Random Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clBlack );



// Automated test of Rotate_90_Fast - Alpha Channel - Random Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clBlack );



// Automated test of Rotate_180_Bilinear - Alpha Channel - Random Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clBlack );



// Automated test of Rotate_270_Bicubic - Alpha Channel - Random Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clBlack );



// Automated test of Rotate - 32-Bit RGBA - Random Values
// Rotate - ierBilinear - 210°
ImageEnView1.Proc.Rotate( 210, ierBilinear, clBlack );



// Automated test of Rotate_90_None - 32-Bit RGBA - Random Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clBlack );



// Automated test of Rotate_180_None - 32-Bit RGBA - Random Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clBlack );



// Automated test of Rotate_270_None - 32-Bit RGBA - Random Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clBlack );



// Automated test of Rotate_90_Fast - 32-Bit RGBA - Random Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clBlack );



// Automated test of Rotate_180_Bilinear - 32-Bit RGBA - Random Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clBlack );



// Automated test of Rotate_270_Bicubic - 32-Bit RGBA - Random Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clBlack );



// Automated test of Rotate - 1-bit - Random Values
// Rotate - ierBilinear - 210°
ImageEnView1.Proc.Rotate( 210, ierBilinear, clBlack );



// Automated test of Rotate_90_None - 1-bit - Random Values
// Rotate - ierNone - 90°
ImageEnView1.Proc.Rotate( 90, ierNone, clBlack );



// Automated test of Rotate_180_None - 1-bit - Random Values
// Rotate - ierNone - 180°
ImageEnView1.Proc.Rotate( 180, ierNone, clBlack );



// Automated test of Rotate_270_None - 1-bit - Random Values
// Rotate - ierNone - 270°
ImageEnView1.Proc.Rotate( 270, ierNone, clBlack );



// Automated test of Rotate_90_Fast - 1-bit - Random Values
// Rotate - ierFast - 90°
ImageEnView1.Proc.Rotate( 90, ierFast, clBlack );



// Automated test of Rotate_180_Bilinear - 1-bit - Random Values
// Rotate - ierBilinear - 180°
ImageEnView1.Proc.Rotate( 180, ierBilinear, clBlack );



// Automated test of Rotate_270_Bicubic - 1-bit - Random Values
// Rotate - ierBicubic - 270°
ImageEnView1.Proc.Rotate( 270, ierBicubic, clBlack );