This documentation is for the old version. Go to the latest Graphics Mill docs

Font.MeasureFormattedText Method

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

Overload List

Name Description
Public method MeasureFormattedText(String, Size, Boolean, Int32)

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

Public method MeasureFormattedText(String, SizeF, Boolean, Int32)

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

Public method MeasureFormattedText(String, Int32, Int32, Boolean, Int32)

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

Public method MeasureFormattedText(String, Single, Single, Boolean, Int32)

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

See Also

Reference