Implements NewLine(Vector, TextMetric).
Namespace:
PerpetuumSoft.Framework.TextAssembly: 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 |
Parameters
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- lineMetric
- Type: PerpetuumSoft.Framework.Text..::.TextMetric