Gets given text extent (both width and height) when it will be drawn with the GdiGraphics.DrawText method.

Overload List

NameDescription
MeasureText(String, Int32, Int32, Boolean, Int32)
Gets extent of the given text (both width and height) when it will be drawn with the GdiGraphics.DrawText method.

MeasureText(String, Single, Single, Boolean, Int32)
Gets extent of the given text (both width and height) when it will be drawn with the GdiGraphics.DrawText method.

See Also