问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

C# Graphics的用法?

发布网友 发布时间:2022-05-01 00:22

我来回答

2个回答

热心网友 时间:2022-06-21 08:05

以下是我写的一个WinForm控件.验证码的.你看看就知道了.其实字符串变图片就是这样的

public partial class CodeControl : UserControl
{
private string _code = "";
public string Code {
get { return this._code; }
}

public CodeControl()
{
InitializeComponent();
}

public void CreateCodeImage() {
string[] str = new string[4];
string serverCode = "";
//生成随机生成器
Random random = new Random();
_code = "";
for (int i = 0; i < 4; i++)
{
str[i] = random.Next(10).ToString().Substring(0, 1);
_code += str[i];
}

CreateCodeImage(str);
}

private void CreateCodeImage(string[] checkCode)
{
if (checkCode == null || checkCode.Length <= 0)
return;

//System.Drawing.Bitmap image = new System.Drawing.Bitmap((int)Math.Ceiling((checkCode.Length * 32.5)), this.CodePictureBox.Height);
System.Drawing.Bitmap image = new System.Drawing.Bitmap(this.CodePictureBox.Width, this.CodePictureBox.Height);
System.Drawing.Graphics g = Graphics.FromImage(image);

try
{
Random random = new Random();
//清空图片背景色
g.Clear(Color.White);

//画图片的背景噪音线
for (int i = 0; i < 20; i++)
{
int x1 = random.Next(image.Width);
int x2 = random.Next(image.Width);
int y1 = random.Next(image.Height);
int y2 = random.Next(image.Height);

g.DrawLine(new Pen(Color.Silver), x1, y1, x2, y2);
}

//定义颜色
Color[] c = { Color.Black, Color.Red, Color.DarkBlue, Color.Green, Color.Orange, Color.Brown, Color.DarkCyan, Color.Purple };
//定义字体
string[] f = { "Verdana", "Microsoft Sans Serif", "Comic Sans MS", "Arial", "宋体" };

for (int k = 0; k <= checkCode.Length - 1; k++)
{
int cindex = random.Next(7);
int findex = random.Next(5);

Font drawFont = new Font(f[findex], 16, (System.Drawing.FontStyle.Bold));
SolidBrush drawBrush = new SolidBrush(c[cindex]);

float x = 3.0F;
float y = 0.0F;
float width = 20.0F;
float height = 25.0F;
int sjx = random.Next(10);
int sjy = random.Next(image.Height - (int)height);

RectangleF drawRect = new RectangleF(x + sjx + (k * 14), y + sjy, width, height);

StringFormat drawFormat = new StringFormat();
drawFormat.Alignment = StringAlignment.Center;

g.DrawString(checkCode[k], drawFont, drawBrush, drawRect, drawFormat);
}

//画图片的前景噪音点
for (int i = 0; i < 100; i++)
{
int x = random.Next(image.Width);
int y = random.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 = new System.IO.MemoryStream();
image.Save(ms, System.Drawing.Imaging.ImageFormat.Gif);
this.CodePictureBox.Image = Image.FromStream(ms);
}
finally
{
g.Dispose();
image.Dispose();
}
}
}

热心网友 时间:2022-06-21 08:05

C# graphics方法

C# graphics方法
命名空间:System.Drawing
程序集:System.Drawing(在 system.drawing.dll 中)
封装一个 GDI+ 绘图图面。无法继承此类。
C# 用法
public sealed class Graphics : MarshalByRefObject, IDeviceContext, IDisposable

System.Drawing.Pen myPen = new System.Drawing.Pen(System.Drawing.Color.Red);//画笔 System.Drawing.SolidBrush myBrush = new System.Drawing.SolidBrush(System.Drawing.Color.Red);//画刷 System.Drawing.Graphics formGraphics = this.CreateGraphics();
formGraphics.FillEllipse(myBrush, new Rectangle(0,0,100,200));//画实心椭圆
formGraphics.DrawEllipse(myPen, new Rectangle(0,0,100,200));//空心圆
formGraphics.FillRectangle(myBrush, new Rectangle(0,0,100,200));//画实心方
formGraphics.DrawRectangle(myPen, new Rectangle(0,0,100,200));//空心矩形
formGraphics.DrawLine(myPen, 0, 0, 200, 200);//画线
formGraphics.DrawPie(myPen,90,80,140,40,120,100); //画馅饼图形 //画多边形
formGraphics.DrawPolygon(myPen,new Point[]{ new Point(30,140), new Point(270,250), new Point(110,240), new Point (200,170), new Point(70,350), new Point(50,200)}); //清理使用的资源 myPen.Dispose(); myBrush.Dispose(); formGraphics.Dispose();
使用Graphics对象绘制线条和形状、呈现文本或显示与操作图像,所用到的属性和方法如表所示。
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
The ___ of the food is very terrible, but it ___ very nice. Worm.Win32.Viking.k病毒描述 IM-Worm.Win32.VB.c清除方案 Worm.Win32.VB.nk 是什么样的蠕虫病毒啊,会怎么样你的电脑啊?_百度知 ... 蠕虫病毒Win32.Womble.C简介 email-worm.win32,vb,bk是什么病毒? Email-Worm.Win32.VB.bk,有谁知道这是什么病毒吗现在有些什么 病毒? Worm.Win32.Viking病毒描述 IM-Worm.Win32.VB.c病毒标签 贵州遵义到甘肃省天水市怎么走方便? 为什么出现这种情况了 C语言编程 graphics c语言中graphics.h头文件添加了怎么不起作用??? C语言 GRAPHICS库 C语言graphics.h 画图 CG都包括哪方面?除了动漫以外,动画和电影特效算不算?我想在北京进行一下系统的培训 CG是什么意思 菏泽2011年新录用的公务员,买房问题,能用公积金贷款吗?最多多少?谢谢! 这段夹杂利益的爱情,心力交瘁的我到底该怎么办?(一) 在阿迪官方网站买鞋,是否是真的. 办了张一年洗鞋卡,还没到期他们换地方了,我可以要求退款吗 问亲戚借洗鞋卡 我姐天天看她在那洗鞋 问她借卡 她就说她没在那洗过 我… 洗鞋卡怎么办合适 公司印花税中的加工承揽合同是否包括电视剧剧本许可使用合同? 华为耳机freebuds3可以和红米k30p配对吗 cad标注线性怎么点总是竖线 17759216492是支付宝客服吗? 高考体检血压值是162&#47;107比正常范围高当时医生什么也没说 我自己回家测量都是是110&#47;70左右 年少时的遗憾 一辈子都难以弥补 可以错过 但别堕落 励行励变 不畏遗憾? 一级消防工程师自学大概要花多久时间? 一级消防长父母在异地的一年多少天假 吸收作用是什么 有谁知道怎样安装C语言中的graphics.h以及哪里可下载吗? c#中Graphics的具体解释。还有具体用法。 C语言用graphics.h时怎么加加快贴图速度 什么是吸收作用和输导作用 (C&#47;C++) Eclipse (for C&#47;C++)中没有graphics.h头文件,应该怎么办? 什么是药物的局部作用和吸收作用? 帮忙看一下代码C语言 &#47;* graphics.h Definitions for Graphics Package. Copyright (c) Borland Internatio 肠胃吸收功能是指的什么? 植物的吸收作用是怎么回事? 老师要求做c语言的游戏(类似贪吃蛇),我用的是vc++,graphics.h一直有问题,所以决定用opengl。 大气对太阳辐射的削弱作用主要有什么三种方式 c语言程序设计的疑惑,找不到graphics.h 人体器官有吸收功能的是什么? 植物吸收作用的意义? 植物呼吸吸收的是什么 吸收党员的目的及作用是什么? 什么器官具有吸收食物营养的功能 我想查询超市某种产品的销量应该如何查询。 什么基本上没有吸收作用?胃只能吸收少量的什么?