Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
roger.alsing committed Dec 12, 2009
1 parent 783e86e commit f9f2257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions QI4N/CompositeDiagrammer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ private void Form1_Load(object sender, EventArgs e)
line.MoveNode(1, 500, 300);

var spline = drawing.Create<SplineShape>();


spline.MoveNode(0,50,150);
spline.MoveNode(0, 50, 150);
spline.MoveNode(1, 150, 50);
spline.MoveNode(2,200, 150);
GroupShape group = drawing.Group(ellipse, rectangle, line,spline);
spline.MoveNode(2, 200, 150);

GroupShape group = drawing.Group(ellipse, rectangle, line, spline);

this.elements.Add(group);
}
Expand Down
Binary file modified SyntaxBox/Alsing.SyntaxBox.suo
Binary file not shown.

0 comments on commit f9f2257

Please sign in to comment.