Здравствуйте, pullover, Вы писали:
P>Sorry,
P>gr.RotateTransform(180);
P>gr.DrawString(strHour, m_ctrl.Font, b, -(x1 — m_dx + offsetTextY), -(m_topPoint — 1), new StringFormat(StringFormatFlags.DirectionVertical));
P>gr.RotateTransform(180);
Неверно, так работать не будет. Надо примерно так
gr.RotateTransform(180, MatrixOrder.Append);
... << RSDN@Home 1.0 beta 6 (np: тихо) >>