ImageEn

TImageEnProc.AutoSharp Code Samples


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



// Automated test of AutoSharp - Alpha Channel - Typical Values
// AutoSharp - Intensity: 68
ImageEnView1.Proc.AutoSharp( 68 );



// Automated test of AutoSharp - 32-Bit RGBA - Typical Values
// AutoSharp - Intensity: 68
ImageEnView1.Proc.AutoSharp( 68 );



// Automated test of AutoSharp - 1-bit - Typical Values
// AutoSharp - Intensity: 68
ImageEnView1.Proc.AutoSharp( 68 );



// Automated test of AutoSharp - Random Values
// AutoSharp - Intensity: 93
ImageEnView1.Proc.AutoSharp( 93 );



// Automated test of AutoSharp - Alpha Channel - Random Values
// AutoSharp - Intensity: 93
ImageEnView1.Proc.AutoSharp( 93 );



// Automated test of AutoSharp - 32-Bit RGBA - Random Values
// AutoSharp - Intensity: 93
ImageEnView1.Proc.AutoSharp( 93 );



// Automated test of AutoSharp - 1-bit - Random Values
// AutoSharp - Intensity: 93
ImageEnView1.Proc.AutoSharp( 93 );