Link to home
Start Free TrialLog in
Avatar of gfouin
gfouin

asked on

Print Line

How can i print a line on an image with the XOR style using API?

With Visual Basic, it's easy i just put Picture1.DrawMode vbXorPen

How can i do it using API call.
Avatar of vikiing
vikiing

¿Are you trying to print a line to the printer?
Avatar of gfouin

ASKER

I'm trying to print on a PICTURE control.

ASKER CERTIFIED SOLUTION
Avatar of Erick37
Erick37
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Or

Picture1.Print "Text to print"