[]
        
(Showing Draft Content)

GrapeCity.Drawing.IDrawingContext.DrawBorder

DrawBorder Method

DrawBorder(BorderLine, double, double, double, double)

Draws a border between the specified points using the specified BorderLine.

Declaration
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)
Parameters
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.