示例#1
0
 public void SetSpotLocation(int spot, DiagramShape obj, int otherSpot)
 {
     PointF tf1 = obj.GetSpotLocation(otherSpot);
     this.SetSpotLocation(spot, tf1);
 }