ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / FrameRect(Rectangle,Color) Method

In This Topic
    FrameRect(Rectangle,Color) Method
    In This Topic
    Draws a frame rectangle.
    Syntax
    'Declaration
     
    Public Sub FrameRect( _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal color As System.Drawing.Color _
    ) 
    public void FrameRect( 
       System.Drawing.Rectangle bounds,
       System.Drawing.Color color
    )

    Parameters

    bounds
    color
    See Also