MobileForms Toolkit Documentation

GraphicsEx.MeasureString Method

Measures the specified string when drawn with the specified Font.

Overload List

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);

See Also

GraphicsEx Class | Resco.Drawing Namespace