Graphics::MeasureString Method
Measures the specified string when drawn with the specified Font.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | MeasureString(String^, Font^) | Measures the specified string when drawn with the specified Font. |
![]() | MeasureString(String^, Font^, Int32) | Measures the specified string when drawn with the specified Font. |
![]() | MeasureString(String^, Font^, Int32, StringFormat^) | Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. |
![]() | MeasureString(String^, Font^, PointF, StringFormat^) | Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. |
![]() | MeasureString(String^, Font^, SizeF) | Measures the specified string when drawn with the specified Font within the specified layout area. |
![]() | MeasureString(String^, Font^, SizeF, StringFormat^) | Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. |
![]() | MeasureString(String^, Font^, SizeF, StringFormat^, Int32%, Int32%) | Measures the specified string when drawn with the specified Font and formatted with the specified StringFormat. |
