4

i am using WriteableBitmap to draw lines as

WriteableBitmap writeableBmp=new WriteableBitmap(500,500);
writeableBmp.DrawLineDDA(10, 20, 50, 70,myIntColor);

But here i am not getting any method to set the line stroke thickness. I want to set the line stroke thickness.Please help me,

benjamin54
  • 1,280
  • 4
  • 28
  • 48