Code samples for Warp.
Automatically generated by the Every Method demo.
// Automated test of Warp - Typical Values
// Warp from 200,200 to 250,200 (Brush: 50)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 250, 200 ), 50 );

// Automated test of Warp - Alpha Channel - Typical Values
// Warp from 200,200 to 250,200 (Brush: 50)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 250, 200 ), 50 );

// Automated test of Warp - 32-Bit RGBA - Typical Values
// Warp from 200,200 to 250,200 (Brush: 50)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 250, 200 ), 50 );

// Automated test of Warp - 1-bit - Typical Values
// Warp from 200,200 to 250,200 (Brush: 50)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 250, 200 ), 50 );

// Automated test of Warp - Random Values
// Warp from 200,200 to 350,300 (Brush: 99)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 350, 300 ), 99 );

// Automated test of Warp - Alpha Channel - Random Values
// Warp from 200,200 to 350,300 (Brush: 99)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 350, 300 ), 99 );

// Automated test of Warp - 32-Bit RGBA - Random Values
// Warp from 200,200 to 350,300 (Brush: 99)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 350, 300 ), 99 );

// Automated test of Warp - 1-bit - Random Values
// Warp from 200,200 to 350,300 (Brush: 99)
ImageEnView1.Proc.Warp( Point(200, 200), Point( 350, 300 ), 99 );
