Draws a line with foreground color.
Note that the point where the line extends to will also be painted.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
void DrawLine( int fromX, int fromY, int toX, int toY ) |
Visual Basic |
---|
Sub DrawLine ( fromX As Integer, fromY As Integer, toX As Integer, toY As Integer ) |
Parameters
- fromX
- Type: System..::..Int32
- fromY
- Type: System..::..Int32
- toX
- Type: System..::..Int32
- toY
- Type: System..::..Int32