示例#1
0
 public void DrawLine(float sx, float sy, float ex, float ey, float w)
 {
     _eshape.DrawLine(sx, sy, ex, ey, w);
 }