用户操作
[即时聊天] [发私信] [加为好友]
联合ID:fan178
8138次访问,排名12886(4)好友0人,关注者1
fan178的文章
原创 24 篇
翻译 0 篇
转载 3 篇
评论 2 篇
fan178的公告
http://www.doubao.com/user/reg/id/49860 http://www.lisihao.com.cn 也可以通过http://fan178.cn/ http://fan178.com.cn/ 或者http://laolaoyumi.cn/ 访问该网站
最近评论
fan178:PS:
there is one game missing.
everybody stand as a circle. and one pick up something give to next one as a gift, but he don't say what it is, just use hand to show the shape. and the nex……
shootsoft:是不是需要登陆啊?可以http://user:pass@www.net
文章分类
    收藏
      相册
      美女自拍
      猛男的收藏
      朋友圈
      一个奋青的博客
      我的英文博客
      雾归漫步(RSS)
      存档
      软件项目交易
      订阅我的博客
      XML聚合  FeedSky
      订阅到鲜果
      订阅到Google
      订阅到抓虾
      订阅到BlogLines
      订阅到Yahoo
      订阅到GouGou
      订阅到飞鸽
      订阅到Rojo
      订阅到newsgator
      订阅到netvibes

      原创 关于Graphics填充一个区域的问题解决收藏

      新一篇: 自定义Listview控件,通过属性实现WndProc消息处理用Graphics绘制每列背景色 | 旧一篇: 关于dll 中没有可放置在工具箱上的组件 的解决技巧

      例如,Graphics.FillRectangle (),其中一种重载参数是
      public void FillRectangle (
      	Brush brush,
      	int x,
      	int y,
      	int width,
      	int height
      )
      但我始终画不出东西来。后来才发现,我把x,y搞错了,这2个坐标是相对于this的坐标,
      而不是计算机屏幕或者windows桌面的坐标,一般要填充直接写
      (new SolidBrush(mycolor),0,0,this.Width,this.Height)
       

      发表于 @ 2006年11月21日 10:22:00|评论(loading...)|编辑

      新一篇: 自定义Listview控件,通过属性实现WndProc消息处理用Graphics绘制每列背景色 | 旧一篇: 关于dll 中没有可放置在工具箱上的组件 的解决技巧

      评论:没有评论。

      发表评论  


      当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
      Csdn Blog version 3.1a
      Copyright © fan178