示例#1
0
文件: Icon.cs 项目: Somnium13/SS13
 public void DrawBox(string c = null, double?x1 = null, double?y1 = null, double?x2 = null, double?y2 = null)
 {
     Icon13.oper_draw_box(this.icon, c, ((int?)(x1)), ((int?)(y1)), ((int?)(x2)), ((int?)(y2)));
 }