Exemplo n.º 1
0
 public void SetLabel(PointF point)
 {
     background.CenterOn(point);
 }
Exemplo n.º 2
0
 public void SetLabel(Point _point)
 {
     m_Background.CenterOn(_point);
 }