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

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