ImageEn

TIEMultiBitmap.InsertTransitionFrames Code Samples


Code samples for InsertTransitionFrames.
Automatically generated by the Every Method demo.
// Automated test of InsertTransitionFrames - Typical Values
// TIEMultiBitmap InsertTransitionFrames - iettRandomPoints
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettRandomPoints );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Alpha Channel - Typical Values
// TIEMultiBitmap InsertTransitionFrames - iettRandomPoints
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettRandomPoints );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - 32-Bit RGBA - Typical Values
// TIEMultiBitmap InsertTransitionFrames - iettRandomPoints
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettRandomPoints );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - 1-bit - Typical Values
// TIEMultiBitmap InsertTransitionFrames - iettRandomPoints
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettRandomPoints );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - Typical Values
// TIEMultiBitmap InsertTransitionFrames - Pan from Top Left to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzPanfromTopLefttoBottomRight, 20, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - Alpha Channel - Typical Values
// TIEMultiBitmap InsertTransitionFrames - Pan from Top Left to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzPanfromTopLefttoBottomRight, 20, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - 32-Bit RGBA - Typical Values
// TIEMultiBitmap InsertTransitionFrames - Pan from Top Left to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzPanfromTopLefttoBottomRight, 20, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - 1-bit - Typical Values
// TIEMultiBitmap InsertTransitionFrames - Pan from Top Left to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzPanfromTopLefttoBottomRight, 20, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 10, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Random Values
// TIEMultiBitmap InsertTransitionFrames - iettSpeckledWipefromTop
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettSpeckledWipefromTop );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Alpha Channel - Random Values
// TIEMultiBitmap InsertTransitionFrames - iettSpeckledWipefromTop
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettSpeckledWipefromTop );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - 32-Bit RGBA - Random Values
// TIEMultiBitmap InsertTransitionFrames - iettSpeckledWipefromTop
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettSpeckledWipefromTop );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - 1-bit - Random Values
// TIEMultiBitmap InsertTransitionFrames - iettSpeckledWipefromTop
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettSpeckledWipefromTop );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - Random Values
// TIEMultiBitmap InsertTransitionFrames - Zoom in to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzZoomintoBottomRight, 50, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - Alpha Channel - Random Values
// TIEMultiBitmap InsertTransitionFrames - Zoom in to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzZoomintoBottomRight, 50, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - 32-Bit RGBA - Random Values
// TIEMultiBitmap InsertTransitionFrames - Zoom in to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzZoomintoBottomRight, 50, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of InsertTransitionFrames - Pan-Zoom - 1-bit - Random Values
// TIEMultiBitmap InsertTransitionFrames - Zoom in to Bottom Right
GetPanZoomEffectStartEndRects( ImageEnView1.ClientWidth, ImageEnView1.ClientHeight, bmp.Width, bmp.Height,
iepzZoomintoBottomRight, 50, startRect, endRect );
ImageEnMView1.IEMBitmap.InsertTransitionFrames( 1, 32, iettPanZoom, startRect, endRect );
ImageEnView1.Update(); // Show changes in the viewer