示例#1
0
 public void DrawArc(float cx, float cy, float radius, float startAngle, float endAngle, float w)
 {
     _eshape.DrawArc(cx, cy, radius, startAngle, endAngle, w);
 }