Implements NewLine(Vector, TextMetric).

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

Syntax

C#
public void NewLine(
	Vector startPoint,
	TextMetric lineMetric
)
Visual Basic (Declaration)
Public Sub NewLine ( _
	startPoint As Vector, _
	lineMetric As TextMetric _
)
Visual C++
public:
virtual void NewLine(
	Vector startPoint, 
	TextMetric lineMetric
) sealed

See Also