Exemplo n.º 1
0
 public HeaderText(string text, E3Font font, double offset)
 {
     Text = text;
     Font = font;
     Offset = offset;
 }