Exemple #1
0
 public void AddPart(int index, string text, double x, double y, double rotation = 0, int category = -1)
 {
     _labels.AddPart(index, text, x, y, rotation, category);
 }