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( Color color, Vector startPoint, Vector endPoint ) |
Visual Basic (Declaration) |
---|
Public Sub DrawLine ( _ color As Color, _ startPoint As Vector, _ endPoint As Vector _ ) |
Visual C++ |
---|
public: void DrawLine( Color color, Vector startPoint, Vector endPoint ) |
Parameters
- color
- Type: System.Drawing..::.Color
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector