Reports for WinForms | ComponentOne
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 Rectangle, _
       ByVal color As Color _
    ) 
    public void FrameRect( 
       Rectangle bounds,
       Color color
    )

    Parameters

    bounds
    color
    See Also