Search
Painter.DrawLine Method (Double, Double, Double, Double, Style)
See Also
 






Draws a line from point (ax, ay) to point (bx, by) using Style.LineColor from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawLine (
    double ax,
    double ay,
    double bx,
    double by,
    Style style
)

Visual Basic  Copy Code

Public Sub DrawLine( _
    ax As Double, _
    ay As Double, _
    bx As Double, _
    by As Double, _
    style As Style _
)

 Parameters

ax

ay

bx

by

style

 See Also