PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / DrawFrameRectangle Method

In This Topic
    DrawFrameRectangle Method (GraphicsUtils.GdiDc)
    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