Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
I want to draw solid/thick lines using Aforge.Imaging.Drawing.Line().Can any one help me.I use following code to draw.

AForge.Imaging.Drawing.Line(UnmanagedImage, X, Y, Color.Black);

Thank you
Posted
Updated 23-Jun-14 18:45pm
v2
Comments
Sergey Alexandrovich Kryukov 24-Jun-14 1:59am    
You use this code, and...?
—SA

1 solution

I have no idea why asking such "questions" at all. The original documentation should tell you everything:
http://www.aforgenet.com/framework/docs/html/2ff2c9f6-42e4-7e30-0dcd-6378b1fd6ff1.htm[^],
http://www.aforgenet.com/framework/docs/html/44eeefe9-edc4-ff89-38e5-1a057bed78e4.htm[^].

—SA
 
Share this answer
 
v2
Comments
Member 10434674 24-Jun-14 2:30am    
you didn't get my question,I want draw more thicker like brush tool.Is there any way to do this?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900