using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Imaging; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.ui.WebControls; use system.web.ui.htmlcontrols; using system.io;
A summary description of Namespace Ktest {/// /// WebForm1. /// summary> public class Webform1: system.Web.ui.page {private void page_load (object sender, system.eventargs e) {// initialization, I am filled with the number, no verification, actual data The highest price in the middle price is the highest price, the lowest price must also be the lowest in four prices. KBUILDER KB = New Kbuilder (); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6, 7); kb.add (12, 2, 13, 11); Kb.Add (9, 10, 10.5, 11.2); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6, 7); KB .Add (12, 2, 13, 11); Kb.Add (9, 10, 10.5, 11.2); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6, 7) Kb.Add (12, 2, 13, 11); Kb.Add (9, 10, 10.5, 11.2); Kb.Add (4, 5, 6, 7); kb.add (4, 5, 6, 7); Kb.Add (12, 2, 13, 11); Kb.Add (9, 10, 10.5, 11.2); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6,7); Kb.Add (12, 2, 13, 11); Kb.Add (9, 10, 10.5, 11.2); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6, 7); Kb.Add (12, 2, 13, 11); Kb.Add (4, 5, 6, 7); Kb.Add (12, 2, 13, 11); Kb.Add ( 9, 10, 10.5, 11.2); Kb.Add (4, 5, 6, 7); Kb.Add (4, 5, 6, 7); Kb.Add (12, 2, 13, 11); KB. Add (9, 14, 10.5, 11.2); Kb.Add (4, 5, 6, 7); Kb.Add (9, 14, 10.5, 11.2); Kb.Add (9, 14, 10.5, 1100.2);
// output image MemoryStream picStream = new MemoryStream ();. Kb.GetImage () Save (picStream, ImageFormat.Jpeg); Response.ContentType = "image / jpeg"; Response.BinaryWrite (picStream.ToArray ()); Response. End ();