Thick lines in GDI+

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I´m trying to draw a thick line using GDI+ in Windows CE .NET, but the constructor of Pen class takes only one parameter (the color), while the .Net Framework can takes two (the thickness).

Is there another way to do this?

Thanks in advance.
 
Just use the FillRectangle instead.

--
Alex Yakhnin .NET CF MVP
www.intelliprog.com | www.opennetcf.org

Marcelo Souza said:
I´m trying to draw a thick line using GDI+ in Windows CE .NET, but the
constructor of Pen class takes only one parameter (the color), while the
..Net Framework can takes two (the thickness).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top