摘要:
bmp format table of contents introduction bitmap file format general ... 阅读全文
posted @ 2007-09-14 15:19 sunrack 阅读(523) 评论(0) 推荐(0)
|
摘要:
bmp format table of contents introduction bitmap file format general ... 阅读全文
posted @ 2007-09-14 15:19 sunrack 阅读(523) 评论(0) 推荐(0)
摘要:
很简单,做一个定时器,然后定时调用下面的函数即可: public double GetProcessUsedMemory() { double usedMemory = 0; usedMemory = Process.GetCurrentProcess().WorkingSet64 / 1024.0 / 1024.0... 阅读全文
posted @ 2007-09-14 15:17 sunrack 阅读(941) 评论(0) 推荐(0)
摘要:
C#中使用byte[]数据,生成Bitmap(256色 灰度 BMP位图)源代码
如何在C#(GDI+)中操作Bitmap,获取位图的各种数据,就像在C++|中一样
如何修改Bitmap的调色板
如何解决位图显示错位的问题,即位图的4字节对齐问题
如何用数据生成位图
阅读全文
posted @ 2007-09-14 15:06 sunrack 阅读(6239) 评论(6) 推荐(1) |
||