DeviceGetTextHeight Method |
Gets the height of a string using the built-in font
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public uint GetTextHeight(
string text
)
Public Function GetTextHeight (
text As String
) As UInteger
public:
unsigned int GetTextHeight(
String^ text
)
member GetTextHeight :
text : string -> uint32
Parameters
- text
- Type: SystemString
string to measure
Return Value
Type:
UInt32height of the string in pixels
See Also