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

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

            shapeText.AddLine(line, indent);

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