Jan 9, 2003 #1 V vidiware Active member Joined Dec 3, 2002 Messages 39 Is there a way to use masks in VB.NET?? I have a picture that needs the color white to be transparent. Can you help me? (Gifs are not an option)
Is there a way to use masks in VB.NET?? I have a picture that needs the color white to be transparent. Can you help me? (Gifs are not an option)
Jan 9, 2003 #2 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 Once you have your bitmap object, you can turn a colour in to a transparent section by calling the MakeTransparent method: Code: b.MakeTransparent(Color.White)
Once you have your bitmap object, you can turn a colour in to a transparent section by calling the MakeTransparent method: Code: b.MakeTransparent(Color.White)
Jan 12, 2003 #3 U UCM Well-known member Joined Jan 1, 2003 Messages 135 Location Colorado, usa ... ... Last edited by a moderator: Jan 12, 2003