Search
GdiGraphics.MeasureString Method
See Also
 





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

 Overload List

Name Description

GdiGraphics.MeasureString (String, Font)

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

GdiGraphics.MeasureString (String, Font, Int32)

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

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

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

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

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

GdiGraphics.MeasureString (String, Font, SizeF)

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

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

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

GdiGraphics.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