Search results for 'Set Transparent Color'. 1 post(s) found.
In order to make an certain color as Transparent Color on bitmap, you can set as below way:
Bitmap bmp = new Bitmap(w, h);
// Set white as Transparent Color
bmp m_Img.MakeTransparent(Color.White);
// Set white as Transparent Color
bmp m_Img.MakeTransparent(Color.White);
Another posts included in "C#"
| How to convert text string to integer ? (0) | 2009/09/04 |
| How to convert integer to text string ? (0) | 2009/09/04 |
| How to delete file ? (0) | 2009/09/04 |
| How to resize and save PNG or Jpeg Image file ? (0) | 2009/09/03 |
| How to display message box in C# (0) | 2009/09/03 |
| How to convert bitmap image to jpeg image ? (0) | 2009/09/03 |
| To load image from file (0) | 2009/09/03 |
| Finding process name on OS (0) | 2008/09/22 |

Prev

Rss Feed