コード例 #1
0
 internal void uwfDrawString(string s, Font font, Brush brush, float x, float y, float width, float height, StringFormat format)
 {
     uwfDrawString(s, font, brush, x, y, width, height, format.ToContentAlignment());
 }