ImageEn

TImageEnProc.Lens Code Samples


Code samples for Lens.
Automatically generated by the Every Method demo.
// Automated test of Lens - Typical Values
// Lens - Refraction: 6
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 6 );



// Automated test of Lens - Alpha Channel - Typical Values
// Lens - Refraction: 6
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 6 );



// Automated test of Lens - 32-Bit RGBA - Typical Values
// Lens - Refraction: 6
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 6 );



// Automated test of Lens - 1-bit - Typical Values
// Lens - Refraction: 6
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 6 );



// Automated test of Lens - Random Values
// Lens - Refraction: 7
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 7 );



// Automated test of Lens - Alpha Channel - Random Values
// Lens - Refraction: 7
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 7 );



// Automated test of Lens - 32-Bit RGBA - Random Values
// Lens - Refraction: 7
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 7 );



// Automated test of Lens - 1-bit - Random Values
// Lens - Refraction: 7
ImageEnView1.Proc.Lens( 200, 200, 400, 400, 7 );