Draws a line connecting two points defined by Vector structures.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void DrawLine( Stroke stroke, Vector startPoint, Vector endPoint ) |
| Visual Basic (Declaration) |
|---|
Public Sub DrawLine ( _ stroke As Stroke, _ startPoint As Vector, _ endPoint As Vector _ ) |
| Visual C++ |
|---|
public: void DrawLine( Stroke^ stroke, Vector startPoint, Vector endPoint ) |
Parameters
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector