BrickGraphics.MeasureString Method
Name | Parameters | Description |
---|---|---|
Measure |
text, font, width, string |
Measures the specified string when drawn. |
Measure |
text, font, width, string |
Measures the specified string when drawn. |
Measure |
text, font | Calculates the length of a specified text. |
Measure |
text, font, width, string |
Measures the height and width of the specified text string. |
Measure |
text, font, width, string |
Calculates the length of a specified text. |
Measure |
text, width, string |
Measures the specified string when drawn. |
Measure |
text, width, string |
Measures the specified string when drawn with the specified maximum width and format. Works in Windows environment only. |
Measure |
text, width | Measures the specified string when drawn with the specified maximum width. |
Measure |
text | Measures the specified string when drawn. |