ImageEn

TImageEnProc.Closing Code Samples


Code samples for Closing.
Automatically generated by the Every Method demo.
// Automated test of Closing - Typical Values
// Closing - Window: 4
ImageEnView1.Proc.Closing( 4 );



// Automated test of Closing - Alpha Channel - Typical Values
// Closing - Window: 4
ImageEnView1.Proc.Closing( 4 );



// Automated test of Closing - 32-Bit RGBA - Typical Values
// Closing - Window: 4
ImageEnView1.Proc.Closing( 4 );



// Automated test of Closing - 1-bit - Typical Values
// Closing - Window: 4
ImageEnView1.Proc.Closing( 4 );



// Automated test of Closing - Random Values
// Closing - Window: 18
ImageEnView1.Proc.Closing( 18 );



// Automated test of Closing - Alpha Channel - Random Values
// Closing - Window: 18
ImageEnView1.Proc.Closing( 18 );



// Automated test of Closing - 32-Bit RGBA - Random Values
// Closing - Window: 18
ImageEnView1.Proc.Closing( 18 );



// Automated test of Closing - 1-bit - Random Values
// Closing - Window: 18
ImageEnView1.Proc.Closing( 18 );