Code samples for EdgeDetect_Sobel.
Automatically generated by the Every Method demo.
// Automated test of EdgeDetect_Sobel
// EdgeDetect_Sobel (and Negative)
ImageEnView1.Proc.EdgeDetect_Sobel();
ImageEnView1.Proc.Negative();

// Automated test of EdgeDetect_Sobel - Alpha Channel
// EdgeDetect_Sobel (and Negative)
ImageEnView1.Proc.EdgeDetect_Sobel();
ImageEnView1.Proc.Negative();

// Automated test of EdgeDetect_Sobel - 32-Bit RGBA
// EdgeDetect_Sobel (and Negative)
ImageEnView1.Proc.EdgeDetect_Sobel();
ImageEnView1.Proc.Negative();

// Automated test of EdgeDetect_Sobel - 1-bit
// EdgeDetect_Sobel (and Negative)
ImageEnView1.Proc.EdgeDetect_Sobel();
ImageEnView1.Proc.Negative();

// Automated test of EdgeDetect_Sobel - Random Values
// EdgeDetect_Sobel
ImageEnView1.Proc.EdgeDetect_Sobel();

// Automated test of EdgeDetect_Sobel - Alpha Channel - Random Values
// EdgeDetect_Sobel
ImageEnView1.Proc.EdgeDetect_Sobel();

// Automated test of EdgeDetect_Sobel - 32-Bit RGBA - Random Values
// EdgeDetect_Sobel
ImageEnView1.Proc.EdgeDetect_Sobel();

// Automated test of EdgeDetect_Sobel - 1-bit - Random Values
// EdgeDetect_Sobel
ImageEnView1.Proc.EdgeDetect_Sobel();
