有没有办法让windows phone 8中的writeablebitmapex绘制对象。
在我的情况下,我希望得到之前删除或移动它的eclipse。现在,我通过这段代码添加eclipse:
int ansX1 = Convert.ToInt32(left-10);
int ansX2 = Convert.ToInt32(left + a.ActualWidth + 10);
int ansY1 = Convert.ToInt32(top-10);
int ansY2 = Convert.ToInt32(top + a.ActualHeight+10);
writeableBmp.DrawEllipse(ansX1, ansY1, ansX2, ansY2, Colors.Black);
感谢!