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






Draws a line from (a) to (b) using the Style.LineColor from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawLine (
    Point a,
    Point b,
    Style style
)

Visual Basic  Copy Code

Public Sub DrawLine( _
    a As Point, _
    b As Point, _
    style As Style _
)

 Parameters

a

b

style

 See Also