|
-
Sep 1st, 2002, 07:33 PM
#1
What happened to drawMode?
well, in vb6 when you wanted to draw something you could change the draw mode the way you wanted....
Let's say I draw a line on a picturebox, there is no way to ERASE that line unless I save the content of the picturebox before drawing the line. In vb6 I could set the drawmode to vbXorPen (not sure if it was this one) and then I could draw a second line with the exact same coordinates, and that would erase the old line. How could I possibly do this in vb.net?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|