protected void Page_Load(object sender, EventArgs e
)
{
//先生数字串
文字列 checkCode = this.CreateRandomCode(6);
//セッションを保存する
セッション["チェックコード"] = チェックコード;
//作図
CreateImage(checkCode);
}
private void CreateImage(string checkCode)
{
System.Drawing.Bitmap 画像 = 新しい System.Drawing.Bitmap(Convert.ToInt32(Math.Ceiling((10 進数)(checkCode.Length * 14))), 22);
グラフィックス g = Graphics.FromImage(image);
試す
{
ランダム ランダム = new Random();
g.Clear(Color.AliceBlue);
for (int i = 0; i < 25; i++)
{
int x1 = ランダム.Next(image.Width);
int x2 = ランダム.Next(image.Width);
int y1 = ランダム.Next(image.Height);
int y2 = ランダム.Next(image.Height);
g.DrawLine(新しいペン(Color.Silver), x1, y1, x2, y2);
Font
font = new System.Drawing.Font("Comic Sans MS", 12, System.Drawing.FontStyle.Bold);
System.Drawing.Drawing2D.LinearGradientBrush ブラシ = new System.Drawing.Drawing2D.LinearGradientBrush(new Rectangle(0, 0, image.Width, image.Height), Color.Blue, Color.DarkRed, 1.2f, true);
g.DrawString(checkCode, font, new SolidBrush(Color.Red), 2, 2);
for (int i = 0; i < 100; i++)
{
int x = ランダム.Next(image.Width);
int y = ランダム.Next(image.Height);
image.SetPixel(x, y, Color.FromArgb(random.Next()));
g.DrawRectangle(new Pen(Color.Silver), 0, 0, image.Width - 1, image.Height - 1)
;
System.IO.MemoryStream ms = 新しい System.IO.MemoryStream();
image.Save(ms, System.Drawing.Imaging.ImageFormat.Gif);
Response.ClearContent();
Response.ContentType = "画像/Gif";
Response.BinaryWrite(ms.ToArray());
}
ついに
{
g.Dispose();
image.Dispose();
}
文字
列 CreateRandomCode(int codeCount)
{
文字列 allChar = "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F,G,H,I,J,K,L,M, N、O、P、Q、R、S、T、U、V、W、X、Y、Z";
string[] allCharArray = allChar.Split(',');
文字列ランダムコード = "";
int temp = -1;
ランダム ランド = new Random();
for (int i = 0; i < codeCount; i++)
{
if (温度 != -1)
{
rand = new Random(i * temp * ((int)DateTime.Now.Ticks));
}
int t = rand.Next(36);
if (温度 != -1 && 温度 == t)
{
CreateRandomCode(codeCount)を返します;
}
温度 = t;
ランダムコード += allCharArray[t];
}
ランダムコードを返します。
http://www.cnblogs.com/jackyrong/archive/2006/08/25/486281.html