Exemplo n.º 1
0
 public void SetPaint(AG.Paint dest)
 {
     dest.SetFont(this.Font);
     dest.TextAlign = AG.Paint.Align.Left;
 }