question about SetResolution of bitmap
-
//eraser is gif file from resources Bitmap bmp = new Bitmap(global::InkRecognition.Properties.Resources.eraser); bmp.SetResolution(128f,128); System.Windows.Forms.Cursor cursor = new System.Windows.Forms.Cursor(bmp.GetHicon()); this.Cursor = cursor; somehow SetResolution just don't work. anyone help please thanks
-
//eraser is gif file from resources Bitmap bmp = new Bitmap(global::InkRecognition.Properties.Resources.eraser); bmp.SetResolution(128f,128); System.Windows.Forms.Cursor cursor = new System.Windows.Forms.Cursor(bmp.GetHicon()); this.Cursor = cursor; somehow SetResolution just don't work. anyone help please thanks
What do you expect it to do ?
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert