Inheritance: IMDShape
Exemplo n.º 1
0
        public void AddLine(string line, int indent)
        {
            var shapeText = new MDShapeText();
              shapeText.AddLine(line, indent);

              this.Lines.Add(shapeText);
        }
Exemplo n.º 2
0
        public void AddLine(string line, int indent)
        {
            var shapeText = new MDShapeText();

            shapeText.AddLine(line, indent);

            this.Lines.Add(shapeText);
        }
Exemplo n.º 3
0
 public void AddCodeLine(MDShapeText shapeText)
 {
 }
Exemplo n.º 4
0
 public void AddCodeLine(MDShapeText shapeText)
 {
 }