Search results for 'Set Transparent Color'. 1 post(s) found.

  1. 2009/09/03 How to set an certain color as transparent color on bitmap
2009/09/03 10:23

How to set an certain color as transparent color on bitmap


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);
Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.