ASP.NET Pack Programmer's Guide
IGraphics.MeasureString Method
See Also
 





Measures the specified string when drawn with the specified Font object.

 Overload List

Name Description

IGraphics.MeasureString (String, Font)

Measures the specified string when drawn with the specified Font object.

IGraphics.MeasureString (String, Font, Int32)

Measures the specified string when drawn with the specified Font object.

IGraphics.MeasureString (String, Font, Int32, StringFormat)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

IGraphics.MeasureString (String, Font, PointF, StringFormat)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

IGraphics.MeasureString (String, Font, SizeF)

Measures the specified string when drawn with the specified Font object within the specified layout area.

IGraphics.MeasureString (String, Font, SizeF, StringFormat)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

IGraphics.MeasureString (String, Font, SizeF, StringFormat, Int32@, Int32@)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace