[]
        
(Showing Draft Content)

C1.Blazor.Rendering.IRenderingEngine.DrawLine

DrawLine Method

DrawLine(double, double, double, double)

Draw line between two points using current stroke attributes.

Declaration
void DrawLine(double x1, double y1, double x2, double y2)
Parameters
Type Name Description
double x1

x-coordinate of first point.

double y1

y-coordinate of first point.

double x2

x-coordinate of second point.

double y2

y-coordinate of second point.