ImageEn

TIEAnimation Code Samples


Code samples for TIEAnimation.
Automatically generated by the Every Method demo.
// Automated test of TIEHorizontalFlow - Typical Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - Alpha Channel - Typical Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - 32-Bit RGBA - Typical Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - 1-bit - Typical Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - Typical Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - Alpha Channel - Typical Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - 32-Bit RGBA - Typical Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - 1-bit - Typical Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - Random Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - Alpha Channel - Random Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - 32-Bit RGBA - Random Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIEHorizontalFlow - 1-bit - Random Values
// TIEHorizontalFlow
myHorzFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - Random Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - Alpha Channel - Random Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - 32-Bit RGBA - Random Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer



// Automated test of TIECircularFlow - 1-bit - Random Values
// TIECircularFlow
myCircularFlowAnim.Display( ImageEnView1.IEBitmap );
ImageEnView1.Update(); // Show changes in the viewer