Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawFrameRectangle(Rectangle,Color) Method

In This Topic
    DrawFrameRectangle(Rectangle,Color) Method
    In This Topic
    Draws frame rectangle.
    Syntax
    'Declaration
     
    Public Sub DrawFrameRectangle( _
       ByVal rect As Rectangle, _
       ByVal color As Color _
    ) 
    public void DrawFrameRectangle( 
       Rectangle rect,
       Color color
    )

    Parameters

    rect
    color
    See Also