ImageEn

TIEBitmap.FillWithShape Code Samples


Code samples for FillWithShape.
Automatically generated by the Every Method demo.
// Automated test of FillWithShape - Typical Values
// FillWithShape: Heart
ImageEnView1.IEBitmap.FillWithShape( iesHeart, 400, 400, clRed, 10, clNone, True, true, 20 );



// Automated test of FillWithShape - Keep Content - Typical Values
// FillWithShape (Filling Alpha): Heart
ImageEnView1.IEBitmap.FillWithShape( iesHeart, -1, -1, clNone, 0, -2, False, true, 0, 1.00 );



// Automated test of FillWithShape - Keep Content - Alpha Channel - Typical Values
// FillWithShape (Filling Alpha): Heart
ImageEnView1.IEBitmap.FillWithShape( iesHeart, -1, -1, clNone, 0, -2, False, true, 0, 1.00 );



// Automated test of FillWithShape - Keep Content - 32-Bit RGBA - Typical Values
// FillWithShape (Filling Alpha): Heart
ImageEnView1.IEBitmap.FillWithShape( iesHeart, -1, -1, clNone, 0, -2, False, true, 0, 1.00 );



// Automated test of FillWithShape - Keep Content - 1-bit - Typical Values
// FillWithShape (Filling Alpha): Heart
ImageEnView1.IEBitmap.FillWithShape( iesHeart, -1, -1, clNone, 0, -2, False, true, 0, 1.00 );



// Automated test of FillWithShape - Random Values
// FillWithShape: Dinosaur
ImageEnView1.IEBitmap.FillWithShape( iesDinosaur, 400, 400, clAqua, 60, clBlue, True, true, 20 );



// Automated test of FillWithShape - Keep Content - Random Values
// FillWithShape (Filling Alpha): Dinosaur
ImageEnView1.IEBitmap.FillWithShape( iesDinosaur, -1, -1, clNone, 0, -2, False, false, 50, 0.50 );



// Automated test of FillWithShape - Keep Content - Alpha Channel - Random Values
// FillWithShape (Filling Alpha): Dinosaur
ImageEnView1.IEBitmap.FillWithShape( iesDinosaur, -1, -1, clNone, 0, -2, False, false, 50, 0.50 );



// Automated test of FillWithShape - Keep Content - 32-Bit RGBA - Random Values
// FillWithShape (Filling Alpha): Dinosaur
ImageEnView1.IEBitmap.FillWithShape( iesDinosaur, -1, -1, clNone, 0, -2, False, false, 50, 0.50 );



// Automated test of FillWithShape - Keep Content - 1-bit - Random Values
// FillWithShape (Filling Alpha): Dinosaur
ImageEnView1.IEBitmap.FillWithShape( iesDinosaur, -1, -1, clNone, 0, -2, False, false, 50, 0.50 );