Code samples for Polygon.
Automatically generated by the Every Method demo.
// Automated test of Draw Polygon - Typical Values
// IEBitmap.IECanvas.Polygon
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polygon( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - Alpha Channel - Typical Values
// IEBitmap.IECanvas.Polygon
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polygon( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - 32-Bit RGBA - Typical Values
// IEBitmap.IECanvas.Polygon
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polygon( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - 1-bit - Typical Values
// IEBitmap.IECanvas.Polygon
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polygon( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - Random Values
// IEBitmap.IECanvas.Polyline
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polyline( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - Alpha Channel - Random Values
// IEBitmap.IECanvas.Polyline
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polyline( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - 32-Bit RGBA - Random Values
// IEBitmap.IECanvas.Polyline
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polyline( pts );
ImageEnView1.Update(); // Show changes in our viewer

// Automated test of Draw Polygon - 1-bit - Random Values
// IEBitmap.IECanvas.Polyline
ImageEnView1.IEBitmap.IECanvas.IEBitmap.IECanvas.Polyline( pts );
ImageEnView1.Update(); // Show changes in our viewer
