Click or drag to resize

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
)

Parameters

text
Type: SystemString
string to measure

Return Value

Type: UInt32
height of the string in pixels
See Also