Search
Painter.DrawBorder Method
See Also
 






Draws the outline of the specified rectangle using the border settings from the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void DrawBorder (
    Rectangle rc,
    Style style
)

Visual Basic  Copy Code

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

 Parameters

rc

style

 See Also