1 year ago
#167995
VeryColdAir
What is the VB.net equivalent of VB6's Printer.DrawingMode? (Using the Microsoft.VisualBasic.PowerPacks.Printing.Compatibility.VB6 namespace)
In VB6, it's possible to do something like this:
Printer.DrawMode = vbWhiteness
Printer.Circle (x1, y1), radius1
Printer.DrawMode = vbBlackness
Printer.Circle (x2, y2), radius2
The VB6 compatibility printer for VB.net object does not include DrawMode
as property.
What would be the equivalent of this in VB.net?
vb.net
vb6
vb6-migration
0 Answers
Your Answer