Code samples for AutoCrop.
Automatically generated by the Every Method demo.
// Automated test of AutoCrop - Typical Values
// AutoCrop - Tolerance: 10
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clWhite) );

// Automated test of AutoCrop - Alpha Channel - Typical Values
// AutoCrop - Tolerance: 10
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clWhite) );

// Automated test of AutoCrop - 32-Bit RGBA - Typical Values
// AutoCrop - Tolerance: 10
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clWhite) );

// Automated test of AutoCrop - 1-bit - Typical Values
// AutoCrop - Tolerance: 10
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clWhite) );

// Automated test of AutoCrop - Inner Crop - Typical Values
// AutoCrop - Inner Crop - Threshold: 1
ImageEnView1.Proc.Rotate( 10, ierFast, clBlack );
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clBlack), True, True, 0.01 );

// Automated test of AutoCrop - Inner Crop - Alpha Channel - Typical Values
// AutoCrop - Inner Crop - Threshold: 1
ImageEnView1.Proc.Rotate( 10, ierFast, clBlack );
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clBlack), True, True, 0.01 );

// Automated test of AutoCrop - Inner Crop - 32-Bit RGBA - Typical Values
// AutoCrop - Inner Crop - Threshold: 1
ImageEnView1.Proc.Rotate( 10, ierFast, clBlack );
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clBlack), True, True, 0.01 );

// Automated test of AutoCrop - Inner Crop - 1-bit - Typical Values
// AutoCrop - Inner Crop - Threshold: 1
ImageEnView1.Proc.Rotate( 10, ierFast, clBlack );
ImageEnView1.Proc.AutoCrop( 10, TColor2TRGB(clBlack), True, True, 0.01 );

// Automated test of AutoCrop - Random Values
// AutoCrop - Tolerance: 137
ImageEnView1.Proc.AutoCrop( 137, clNone );

// Automated test of AutoCrop - Alpha Channel - Random Values
// AutoCrop - Tolerance: 137
ImageEnView1.Proc.AutoCrop( 137, clNone );

// Automated test of AutoCrop - 32-Bit RGBA - Random Values
// AutoCrop - Tolerance: 137
ImageEnView1.Proc.AutoCrop( 137, clNone );

// Automated test of AutoCrop - 1-bit - Random Values
// AutoCrop - Tolerance: 137
ImageEnView1.Proc.AutoCrop( 137, clNone );

// Automated test of AutoCrop - Inner Crop - Random Values
// AutoCrop - Inner Crop - Threshold: 51
ImageEnView1.Proc.Rotate( 55, ierFast, clWhite );

// Automated test of AutoCrop - Inner Crop - Alpha Channel - Random Values
// AutoCrop - Inner Crop - Threshold: 51
ImageEnView1.Proc.Rotate( 55, ierFast, clWhite );

// Automated test of AutoCrop - Inner Crop - 32-Bit RGBA - Random Values
// AutoCrop - Inner Crop - Threshold: 51
ImageEnView1.Proc.Rotate( 55, ierFast, clWhite );

// Automated test of AutoCrop - Inner Crop - 1-bit - Random Values
// AutoCrop - Inner Crop - Threshold: 51
ImageEnView1.Proc.Rotate( 55, ierFast, clWhite );
