Returns text height.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
protected override float CalculateTextHeight(
	Graphics g
)
Visual Basic (Declaration)
Protected Overrides Function CalculateTextHeight ( _
	g As Graphics _
) As Single
Visual C++
protected:
virtual float CalculateTextHeight(
	Graphics^ g
) override

See Also