Search
Painter.DrawBorderTopLine Method
See Also
 






Draws a top 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 DrawBorderTopLine (
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

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

 Parameters

rc

style

 See Also