Re: Pen Width?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Daniel Moth (dmoth74_at_hotmail.com)
Date: 03/25/05


Date: Fri, 25 Mar 2005 17:48:19 -0000

One workaround is to draw two lines side by side (for a width of 2)...

It helps is you use the archives:
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework/search?group=microsoft.public.dotnet.framework.compactframework&q=pen+width&qt_g=1&searchnow=Search+this+group

Cheers
Daniel

--
http://www.danielmoth.com/Blog/
"Andreas Schenk" <spam@aschenk.de> wrote in message 
news:d21ifo$itj$02$1@news.t-online.com...
> Hi!
> I do the following code to generate a new pen:
>
> --> pen = new Pen(Color.Black);
>
> in the help I saw that you can change the width of the pen with:
>
> --> pen = new Pen(Color.Black,5);
>
> but it won't work for me in cf?! how can I use a custom width for my pen?
>
>
>
> Andreas Schenk