[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.PageDoubleLineExtensions.DrawDoubleLine

DrawDoubleLine Method

DrawDoubleLine(DrawCanvas, float, float, float, float)

Draws the double line.

Declaration
public static void DrawDoubleLine(this DrawCanvas canvas, float x1, float y1, float x2, float y2)
Parameters
Type Name Description
DrawCanvas canvas

The canvas where the double line will be drawn.

float x1

The X1 coordinate.

float y1

The Y1 coordinate.

float x2

The X2 coordinate.

float y2

The Y2 coordinate.