Esempio n. 1
0
 public void SetDrawData(IDrawer2D drawer, Font font, Font titleFont,
                         Anchor horAnchor, Anchor verAnchor, int x, int y)
 {
     CalculateOffset(x, y, horAnchor, verAnchor);
     view.SetDrawData(drawer, font, titleFont);
 }