示例#1
0
文件: DotGraph.cs 项目: phreed/GMac
 public DotGraph SetEdgeSeparationMarginsDelta(double x, double y)
 {
     return(SetAttribute("esep", DotUtils.ToDotSignedPoint(x, y)));
 }
示例#2
0
文件: DotGraph.cs 项目: phreed/GMac
 public DotGraph SetNodeMarginDelta(double x, double y)
 {
     return(SetAttribute("sep", DotUtils.ToDotSignedPoint(x, y)));
 }