MindFusion WinForms Programmer's Guide
DrawEventArgs.DrawBorder Method
See Also
 





Renders the specified border around the specified rectangle in the underlying graphics.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public void DrawBorder (
    Border border,
    RectangleF bounds
)

Visual Basic  Copy Code

Public Sub DrawBorder ( _
    border As Border, _
    bounds As RectangleF _
)

 Parameters

border
The Border object to render.
bounds
The RectangleF around which to render a border.

 See Also

DrawEventArgs Members
DrawEventArgs Class
MindFusion.Reporting Namespace