Search
Painter.DrawBorderLeftLine Method
See Also
 






Draws a left border line of the specified rectangle using the border settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawBorderLeftLine (
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

Public Sub DrawBorderLeftLine( _
    rc As Rectangle, _
    style As Style _
)

 Parameters

rc

style

 See Also