Draws a line.
Namespace:
PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void DrawLine( Color color, double width, Vector startPoint, Vector endPoint ) |
Visual Basic (Declaration) |
---|
Public Sub DrawLine ( _ color As Color, _ width As Double, _ startPoint As Vector, _ endPoint As Vector _ ) |
Visual C++ |
---|
public: void DrawLine( Color color, double width, Vector startPoint, Vector endPoint ) |
Parameters
- color
- Type: System.Drawing..::.Color
- width
- Type: System..::.Double
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector