[]
Draws a border between the specified points using the specified BorderLine.
void DrawBorder(BorderLine borderLine, double x, double y, double x2, double y2)
Sub DrawBorder(borderLine As BorderLine, x As Double, y As Double, x2 As Double, y2 As Double)
Type | Name | Description |
---|---|---|
BorderLine | borderLine | The borderLineData |
double | x | The x-coordinate of the start point of the line. |
double | y | The y-coordinate of the start point of the line. |
double | x2 | The x-coordinate of the end point of the line. |
double | y2 | The y-coordinate of the end point of the line. |