Workaround to missing line width in CF ????

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

Does anyone know an easy way to workaround to the missing line width
property in CF (what can a man do)????

Thanks
Ole
 
You can either:-
Draw several lines next to each other
Draw a rectangle (if the line is horizontal or vertical)
Try the OpenNETCF.Drawing assembly in the Smart Device Framework
(www.opennetcf.org/sdf/) which uses GDI methods directly, this supports the
PenEx on which you can set a width.

Peter
 
Thanks! . Does it support both CF and full framework - my application must
be able to run on both?
I will have to draw curves etc. and therefore rectangles wont work for me.

Thanks
Ole
 
Then use a filled polygon. Once again I'll direct you to the DrawArc in the
RoundGauge of the SDF which does this.

--
<ctacke/>
www.OpenNETCF.org
Your CF searches start and end here
 
Back
Top