摘要:
/// /// Copies a string into the specified section of an initialization file. /// /// The name of the section to which the str... 阅读全文
posted @ 2015-01-22 13:08
wjshan0808
阅读(250)
评论(0)
推荐(0)
摘要:
/// /// Moves an existing file or directory, including its children, with various move options. /// The MoveFileWithProgress function i... 阅读全文
posted @ 2015-01-22 12:56
wjshan0808
阅读(253)
评论(0)
推荐(0)
摘要:
private void DeeperDirectory(string path) { FileSystemInfo[] fsi = new DirectoryInfo(path).GetFileSystemInfos(); foreach ... 阅读全文
posted @ 2015-01-22 12:31
wjshan0808
阅读(155)
评论(0)
推荐(0)
摘要:
Color C1, C2, C3, C4; int r1, r2, r3, r4, g1, g2, g3, g4, b1, b2, b3, b4, rx, ry, gx, gy, bx,... 阅读全文
posted @ 2015-01-22 11:23
wjshan0808
阅读(273)
评论(0)
推荐(0)
摘要:
Color C; int r, g, b, rV, gV, bV, rT, gT, bT, y, z; Bitmap bmp = new Bitmap(pictureBox1.Image);//创建Bitmap对象 Bitmap t... 阅读全文
posted @ 2015-01-22 10:54
wjshan0808
阅读(203)
评论(0)
推荐(0)
摘要:
Bitmap bmp = new Bitmap(pictureBox1.Image); int Height = bmp.Height; int Width = bmp.Width; Bitmap tmp = (Bitmap)bmp... 阅读全文
posted @ 2015-01-22 10:44
wjshan0808
阅读(161)
评论(0)
推荐(0)
摘要:
Bitmap bmp = new Bitmap(pictureBox1.Image); //创建Bitmap对象 Bitmap tmp = (Bitmap)bmp.Clone();//创建Bitmap对象 int height = tmp.Height;... 阅读全文
posted @ 2015-01-22 10:33
wjshan0808
阅读(188)
评论(0)
推荐(0)
摘要:
///283,191 Bitmap bmp = new Bitmap(pictureBox1.Image);//创建Bitmap对象 using (Graphics g = pictureBox2.CreateGraphics()) ... 阅读全文
posted @ 2015-01-22 10:21
wjshan0808
阅读(123)
评论(0)
推荐(0)
摘要:
Bitmap bmp = new Bitmap(pictureBox1.Image); int height = bmp.Height; int width = bmp.Width; Bitmap tmp = new Bitma... 阅读全文
posted @ 2015-01-22 10:03
wjshan0808
阅读(125)
评论(0)
推荐(0)
摘要:
private const float BRIGHTNESS = 220.0F; Graphics g = this.pictureBox2.CreateGraphics(); g.Clear(Color.White); Bitmap bmp = new ... 阅读全文
posted @ 2015-01-22 09:55
wjshan0808
阅读(149)
评论(0)
推荐(0)
摘要:
int avg, iPixel; Color C, newC; Graphics g = this.CreateGraphics(); Bitmap bmp = new Bitmap(pictureBox1.Image); ... 阅读全文
posted @ 2015-01-22 09:29
wjshan0808
阅读(189)
评论(0)
推荐(0)
摘要:
Bitmap bmp = new Bitmap(pictureBox1.Image); ///等分 int divide = 11; int divideLine = divide + 1; //百叶窗宽度 ... 阅读全文
posted @ 2015-01-22 09:21
wjshan0808
阅读(214)
评论(0)
推荐(0)
浙公网安备 33010602011771号