Implements OutText(String, TextStyle, TextMetric, Double).

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

Syntax

C#
public void OutText(
	string text,
	TextStyle style,
	TextMetric metric,
	double shift
)
Visual Basic (Declaration)
Public Sub OutText ( _
	text As String, _
	style As TextStyle, _
	metric As TextMetric, _
	shift As Double _
)
Visual C++
public:
virtual void OutText(
	String^ text, 
	TextStyle^ style, 
	TextMetric metric, 
	double shift
) sealed

Parameters

text
Type: System..::.String
style
Type: TextStyle
metric
Type: PerpetuumSoft.Framework.Text..::.TextMetric
shift
Type: System..::.Double

See Also