// Calculate text (GDI) size
Font font = new System.Drawing.Font("Arial", FONT_SIZE_PIXELS, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(238)));
SizeF sizeF = e.Graphics.MeasureString(this.Text, font);
Saturday, May 30, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment