摘要:
How to create a custom mouse cursor?// create any bitmapBitmap b = new Bitmap( 55, 25 );Graphics g = Graphics.FromImage ( b );// do whatever you wishg.DrawString ( "myText", this.Font, Brushes.Blue, ... 阅读全文
posted @ 2010-03-29 17:53
能巴
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号