Initializes a new instance of the TextMetric class.

Namespace:  PerpetuumSoft.Framework.Text
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public TextMetric(
	double width,
	double height,
	double ascent
)
Visual Basic (Declaration)
Public Sub New ( _
	width As Double, _
	height As Double, _
	ascent As Double _
)
Visual C++
public:
TextMetric(
	double width, 
	double height, 
	double ascent
)

Parameters

width
Type: System..::.Double
height
Type: System..::.Double
ascent
Type: System..::.Double

See Also