Measures the specified string when drawn with the specified Font.
Measures the specified string when drawn with the specified Font.
public static Size MeasureString(Graphics,string,Font,bool);
Measures the specified string when drawn with the specified Font scaled by the specified scale factor.
public static Size MeasureString(Graphics,string,Font,bool,SizeF);
Measures the specified string when drawn with the specified Font.
public static Size MeasureString(Graphics,string,Font,int);
Measures the specified string when drawn with the specified Font.
public static Size MeasureString(Graphics,string,Font,int,bool);
Measures the specified string when drawn with the specified Font scaled by the specified scale factor.
public static Size MeasureString(Graphics,string,Font,int,bool,SizeF);
GraphicsEx Class | Resco.Drawing Namespace