walter21 Posted January 20, 2003 Posted January 20, 2003 Is there something like that in VB.NET? UserControl.DrawMode = vbInvert UserControl.Line (0, 0)-(0, 0), &H80000015, B Quote
*Gurus* divil Posted January 20, 2003 *Gurus* Posted January 20, 2003 Nope. GDI+ doesn't support raster operations. However, the most common uses for these are drawing rubber bands and selection rectangles, and .NET does provide a class called ControlPaint which can do this for you. 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
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.