Пример #1
0
 private void calcRectSize()
 {
     baseRect    = PV.InsideRect(rect);
     titleRect   = new Rect(PV.Margin, 0, baseRect.width, TitleHeight);
     contentRect = new Rect(baseRect.x, baseRect.y + titleRect.height, baseRect.width, baseRect.height - titleRect.height);
 }