Code samples for max.
Automatically generated by the Every Method demo.
// Automated test of max
// TIEVisionImage.max (Comparing left and right of image)
ImageEnView1.IEBitmap.GetIEVisionImage().max( bmp.GetIEVisionImage(), bmp2.GetIEVisionImage() );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of max - Alpha Channel
// TIEVisionImage.max (Comparing left and right of image)
ImageEnView1.IEBitmap.GetIEVisionImage().max( bmp.GetIEVisionImage(), bmp2.GetIEVisionImage() );
ImageEnView1.Update(); // Show changes in our viewer
