DisplayGetTextHeight Method |
Gets the height of a single character in pixels.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public int GetTextHeight()
Public Function GetTextHeight As Integer
public:
int GetTextHeight()
member GetTextHeight : unit -> int
Return Value
Type:
Int32The height of a single character in pixels.
See Also