码迷,mamicode.com
首页 >  
搜索关键字:drawing    ( 1578个结果
实例365(11)---------数组的基本操作(一)
一:获取二维数组的行数与列数,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Lin...
分类:其他好文   时间:2014-06-13 14:01:56    阅读次数:216
C# 自定义重绘TextBox
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Win...
分类:其他好文   时间:2014-06-13 13:47:28    阅读次数:299
实例365(7)---------使用DateAdd方法向指定日期添加一段时间间隔,使用TimeSpan对象获取时间间隔
一:使用DateAdd方法向指定日期添加一段时间间隔,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usin...
分类:其他好文   时间:2014-06-07 00:13:56    阅读次数:292
Show a heart shaped
Windows Form application version:private void Form1_Load(object sender, EventArgs e) { this.BackColor = Color.Red; System.Drawing.Drawing2D.GraphicsPa...
分类:其他好文   时间:2014-06-06 22:46:00    阅读次数:208
实例365(8)---------三种方法将字符串格式化为日期
一:DateTime.ParseExact方式,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:其他好文   时间:2014-06-05 19:55:41    阅读次数:271
实例365(9)---------正则表达式之常见数字验证技巧
一:使用正则表达式验证电话号码,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Te...
分类:其他好文   时间:2014-06-05 19:21:49    阅读次数:265
连接sql server的语句
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:数据库   时间:2014-06-04 17:15:53    阅读次数:287
HTML5 canvas
翻译自:https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Canvas_tutorial/Drawing_shapes栅格在我们开始画图之前,我们需要了解一下画布栅格(canvas grid)以及坐标空间。上一页中的HTML模板中有个宽高...
分类:Web程序   时间:2014-06-04 14:46:31    阅读次数:562
C#/Winform实现Win8MetroLoading动画
非常喜欢Metro风格的界面,所以想模仿一下一些UI效果的实现,网上找到了很多,但都是CSS3,WPF等实现,对于XAML和CSS3一窍不通,无奈下只有自己开始写。下面是源码:Dot.cs 1 using System.Drawing; 2 3 namespace MetroLoading ...
分类:Windows程序   时间:2014-06-03 15:36:01    阅读次数:603
实例365(6)---------DateTime.ToString格式化日期,使用DateDiff方法获取日期时间的间隔数
一:DateTime.ToString格式化日期,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using ...
分类:其他好文   时间:2014-06-03 15:22:00    阅读次数:414
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!