资源简介
圆角矩形按钮代码(Paint)
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
namespace textbox2
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Draw(Rectangle rectangle Graphics g int _radius bool cusp Color begin_color Color end_color)
{
int span = 2;
//抗锯齿
g.SmoothingMode = SmoothingMode.AntiAlias;
//渐变填充
LinearGradientBrush myLinearGradientBrush = new LinearGradientBrush(rectangle begin_color end_color LinearGradientMode.Vertical);
//画尖角
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-11-28 23:20 textbox2\
目录 0 2018-11-28 23:20 textbox2\.vs\
目录 0 2018-11-28 23:20 textbox2\.vs\textbox2\
目录 0 2018-11-28 23:20 textbox2\.vs\textbox2\v14\
文件 43520 2019-03-14 22:50 textbox2\.vs\textbox2\v14\.suo
目录 0 2018-11-28 23:36 textbox2\textbox2\
文件 4404 2018-11-28 23:36 textbox2\textbox2\Form1.Designer.cs
文件 3662 2018-11-28 23:36 textbox2\textbox2\Form1.cs
文件 5817 2018-11-28 23:36 textbox2\textbox2\Form1.resx
文件 489 2018-11-28 23:20 textbox2\textbox2\Program.cs
目录 0 2018-11-28 23:20 textbox2\textbox2\Properties\
文件 1324 2018-11-28 23:20 textbox2\textbox2\Properties\AssemblyInfo.cs
文件 2829 2018-11-28 23:20 textbox2\textbox2\Properties\Resources.Designer.cs
文件 5612 2018-11-28 23:20 textbox2\textbox2\Properties\Resources.resx
文件 1095 2018-11-28 23:20 textbox2\textbox2\Properties\Settings.Designer.cs
文件 249 2018-11-28 23:20 textbox2\textbox2\Properties\Settings.settings
目录 0 2018-11-28 23:20 textbox2\textbox2\bin\
目录 0 2018-11-28 23:22 textbox2\textbox2\bin\Debug\
文件 10752 2018-11-28 23:36 textbox2\textbox2\bin\Debug\textbox2.exe
文件 22016 2018-11-28 23:36 textbox2\textbox2\bin\Debug\textbox2.pdb
文件 22688 2019-03-14 22:50 textbox2\textbox2\bin\Debug\textbox2.vshost.exe
文件 490 2013-06-18 20:28 textbox2\textbox2\bin\Debug\textbox2.vshost.exe.manifest
目录 0 2018-11-28 23:20 textbox2\textbox2\obj\
目录 0 2018-11-29 23:45 textbox2\textbox2\obj\Debug\
文件 1452 2018-11-29 23:45 textbox2\textbox2\obj\Debug\DesignTimeResolveAssemblyReferences.cache
文件 6887 2018-11-28 23:20 textbox2\textbox2\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
目录 0 2019-03-14 22:51 textbox2\textbox2\obj\Debug\TempPE\
文件 180 2018-11-28 23:36 textbox2\textbox2\obj\Debug\textbox2.Form1.resources
文件 180 2018-11-28 23:22 textbox2\textbox2\obj\Debug\textbox2.Properties.Resources.resources
文件 706 2019-03-14 22:50 textbox2\textbox2\obj\Debug\textbox2.csproj.FileListAbsolute.txt
文件 1012 2018-11-28 23:36 textbox2\textbox2\obj\Debug\textbox2.csproj.GenerateResource.Cache
............此处省略5个文件信息
- 上一篇:WebService数据接口大全汇总
- 下一篇:C# 大漠调用
相关资源
- 《ASP.NET程序设计项目教程》周虎,王
- C#写的年会抽奖软件包含源代码.zip
-
Databa
se2Sharp代码生成工具19.0已注册 - 清大出版社 段德亮 《C#课程设计案例
- ASP.NET宠物商店网页MyPetShop源代码
- ASP.NET图书管理系统源码.zip
- 企业人事管理系统C#源代码
- c#人力资源管理系统源代码
- C#二维三维图形绘制工程宝典 随书代
- 仿QQIM框架网络版源代码
- STC12C5A60S2-基于pt100的远程网络温度检
- 最强大的Asp.Net图书销售系统源代码保
- SNS源代码,社区系统,基于.net3.5+sq
- 《C#入门经典第五版》高清完整版带目
- asp.net从入门到精通第2版源代码.rar
- professional C# 3rd edition 书 PDF版本 + 源代
- ASP.NET从入门到精通(第二版)源代码
- 2048小游戏C#源代码
-
RDif
ramework平台代码生成器V3.5此为老 - ASP.NET旅游网源码商业-全套代码含数据
- 狼奔C#MVC代码生成器V6.6
- LIS解码开发源代码(c#)加资料01
- C#俄罗斯方块游戏源代码,带背景音乐
- 《C#入门经典(第7版)》中英文PDF书
- 清华大学c#典型模块与项目实战大全源
- 人才招聘网站源代码
- 8 puzzle 问题 C# 代码
- WinForm窗体程序中使用CefSharp获取加载
- ASP.NET实用网站开发第3版主教材源程序
- C#常用工具类代码集合Util第二版本自
评论
共有 条评论