예제 #1
0
 public int CreateCircle(int shti, double x, double y, double radius)
 {
     return(ComObject.CreateCircle(shti, x, y, radius));
 }