Gets given text extent (both width and height) when it will be drawn with the GdiGraphics.DrawText method.
Name | Description | |
---|---|---|
MeasureText(String, Size, Boolean, Int32) |
Gets extent of the given text (both width and height) when it will be drawn with the GdiGraphics.DrawText method. |
|
MeasureText(String, SizeF, Boolean, Int32) |
Gets extent of the given text (both width and height) when it will be drawn with the GdiGraphics.DrawText method. |
|
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. |