Exemplo n.º 1
0
 public override TreeNode GetTreeNode(DocumentData documentData)
 {
     return(new CreateSimpleBullet(documentData,
                                   InputWindowSelector.SelectComboBox("bulletStyle")[0],
                                   InputWindowSelector.SelectComboBox("color")[0],
                                   string.Join("+", PositionX.Select((s) => $"({s})")) + "," + string.Join("+", PositionY.Select((s) => $"({s})")),
                                   string.Join("*", Velocity.Select((s) => $"({s})")),
                                   string.Join("+", Angle.Select((s) => $"({s})")),
                                   "false",
                                   "0",
                                   "false",
                                   "true",
                                   "0",
                                   "false",
                                   "0",
                                   "0",
                                   "0",
                                   "false"));
 }