ImageEn

TImageEnProc.RoundImage Code Samples


Code samples for RoundImage.
Automatically generated by the Every Method demo.
// Automated test of RoundImage - Typical Values
// RoundImage - 10%
ImageEnView1.Proc.RoundImage( 40, 40 );



// Automated test of RoundImage - Alpha Channel - Typical Values
// RoundImage - 10%
ImageEnView1.Proc.RoundImage( 40, 40 );



// Automated test of RoundImage - 32-Bit RGBA - Typical Values
// RoundImage - 10%
ImageEnView1.Proc.RoundImage( 40, 40 );



// Automated test of RoundImage - 1-bit - Typical Values
// RoundImage - 10%
ImageEnView1.Proc.RoundImage( 40, 40 );



// Automated test of RoundImage - Random Values
// RoundImage - 35%
ImageEnView1.Proc.RoundImage( 140, 140 );



// Automated test of RoundImage - Alpha Channel - Random Values
// RoundImage - 35%
ImageEnView1.Proc.RoundImage( 140, 140 );



// Automated test of RoundImage - 32-Bit RGBA - Random Values
// RoundImage - 35%
ImageEnView1.Proc.RoundImage( 140, 140 );



// Automated test of RoundImage - 1-bit - Random Values
// RoundImage - 35%
ImageEnView1.Proc.RoundImage( 140, 140 );