Aurigma Graphics Mill 5.5 for .NET
Font..::.MeasureText Method
Gets given text extent (both width and height) when it will be drawn with the GdiGraphics.DrawText method.
Overload List
| 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. |