ImageEn

TImageEnProc.CropSel Code Samples


Code samples for CropSel.
Automatically generated by the Every Method demo.
// Automated test of CropSel
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clNone );



// Automated test of CropSel - Alpha Channel
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clNone );



// Automated test of CropSel - 32-Bit RGBA
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clNone );



// Automated test of CropSel - 1-bit
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clNone );



// Automated test of CropSel - Random Values
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clAqua );



// Automated test of CropSel - Alpha Channel - Random Values
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clAqua );



// Automated test of CropSel - 32-Bit RGBA - Random Values
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clAqua );



// Automated test of CropSel - 1-bit - Random Values
// CropSel - Ellipse
ImageEnView1.SelectEllipse( ImageEnView1.IEBitmap.Width div 2, ImageEnView1.IEBitmap.Height div 2,
                            ImageEnView1.IEBitmap.Width, ImageEnView1.IEBitmap.Height ); // 200, 200, 400, 400
ImageEnView1.Proc.CropSel( False, clAqua );