vidiware Posted January 9, 2003 Posted January 9, 2003 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) Quote
*Gurus* divil Posted January 9, 2003 *Gurus* Posted January 9, 2003 Once you have your bitmap object, you can turn a colour in to a transparent section by calling the MakeTransparent method: b.MakeTransparent(Color.White) Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
UCM Posted January 12, 2003 Posted January 12, 2003 (edited) ... ... Edited January 12, 2003 by UCM Quote UCM >-)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.