文件名称:绘制用纹理填充的图形,C#源代码Bitmap bitmap = new Bitmap("..\\..\\test.jpg");
文件大小:34KB
文件格式:RAR
更新时间:2012-01-21 09:06:56
绘制用纹理填充的图形,C#源代码Bitmap bitmap = new Bitmap("..\\..\\test.jpg");
绘制用纹理填充的图形,C#源代码Bitmap bitmap = new Bitmap("..\\..\\test.jpg"); TextureBrush tBrush = new TextureBrush(bitmap); Pen texturedPen = new Pen(tBrush, 30); e.Graphics.DrawImage(bitmap, 0, 0, bitmap.Width, bitmap.Height); e.Graphics.DrawEllipse(texturedPen, 100, 20, 200, 100); VisualStudio2008创建
【文件预览】:
hatch
----hatch()
--------Form1.cs(803B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(486B)
--------Form1.Designer.cs(2KB)
--------hatch.csproj(4KB)
--------Form1.resx(6KB)
--------test.jpg(2KB)
----hatch.suo(13KB)
----hatch.sln(905B)
----新建 文本文档.txt(436B)