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,