Code samples for DrawToBitmap.
Automatically generated by the Every Method demo.
// Automated test of TIEMultiBitmap.DrawToBitmap - Typical Values
// TIEMultiBitmap DrawToBitmap (Columns: 6)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, -1, 6, 12, true, clGray, clWhite, False, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - Alpha Channel - Typical Values
// TIEMultiBitmap DrawToBitmap (Columns: 6)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, -1, 6, 12, true, clGray, clWhite, False, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - 32-Bit RGBA - Typical Values
// TIEMultiBitmap DrawToBitmap (Columns: 6)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, -1, 6, 12, true, clGray, clWhite, False, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - 1-bit - Typical Values
// TIEMultiBitmap DrawToBitmap (Columns: 6)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, -1, 6, 12, true, clGray, clWhite, False, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - Typical Values
// TIEMultiBitmap DrawToBitmap - 6 x 4 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, 4, 0, 0, true, clGray, clWhite, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - Alpha Channel - Typical Values
// TIEMultiBitmap DrawToBitmap - 6 x 4 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, 4, 0, 0, true, clGray, clWhite, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - 32-Bit RGBA - Typical Values
// TIEMultiBitmap DrawToBitmap - 6 x 4 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, 4, 0, 0, true, clGray, clWhite, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - 1-bit - Typical Values
// TIEMultiBitmap DrawToBitmap - 6 x 4 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 6, 4, 0, 0, true, clGray, clWhite, true );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - Random Values
// TIEMultiBitmap DrawToBitmap (Columns: 15)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, -1, 16, 32, false, $007F7F7F, clBlack, False, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - Alpha Channel - Random Values
// TIEMultiBitmap DrawToBitmap (Columns: 15)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, -1, 16, 32, false, $007F7F7F, clBlack, False, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - 32-Bit RGBA - Random Values
// TIEMultiBitmap DrawToBitmap (Columns: 15)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, -1, 16, 32, false, $007F7F7F, clBlack, False, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap - 1-bit - Random Values
// TIEMultiBitmap DrawToBitmap (Columns: 15)
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, -1, 16, 32, false, $007F7F7F, clBlack, False, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - Random Values
// TIEMultiBitmap DrawToBitmap - 15 x 13 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, 13, 0, 0, false, $007F7F7F, clBlack, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - Alpha Channel - Random Values
// TIEMultiBitmap DrawToBitmap - 15 x 13 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, 13, 0, 0, false, $007F7F7F, clBlack, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - 32-Bit RGBA - Random Values
// TIEMultiBitmap DrawToBitmap - 15 x 13 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, 13, 0, 0, false, $007F7F7F, clBlack, false );
ImageEnView1.Update(); // Show changes in the viewer

// Automated test of TIEMultiBitmap.DrawToBitmap (Photo Collage) - 1-bit - Random Values
// TIEMultiBitmap DrawToBitmap - 15 x 13 Collage
ImageEnMView1.IEMBitmap.DrawToBitmap( ImageEnView1.IEBitmap, 200, 200, 15, 13, 0, 0, false, $007F7F7F, clBlack, false );
ImageEnView1.Update(); // Show changes in the viewer
