Example #1
0
 public void AddFlowCenter(string text, string color)
 {
     textFlow.AddFlow(text, color, null, (Width - GetStringWidth(text)) / 2, Height / 2 - 10);
 }