ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi.DeviceContexts Namespace / DummyDeviceContext Class / PaintRectangle Method
A System.Drawing.Rectangle indicate the rectangle to paint.

In This Topic
    PaintRectangle Method (DummyDeviceContext)
    In This Topic
    Draw the special rectangle by using the current pen of the device context and fill the rectangle by using the current brush of the device context.
    Syntax
    'Declaration
     
    
    Public Sub PaintRectangle( _
       ByVal rectangle As Rectangle _
    ) 
    public void PaintRectangle( 
       Rectangle rectangle
    )

    Parameters

    rectangle
    A System.Drawing.Rectangle indicate the rectangle to paint.
    Remarks
    The rectangle that is drawn excludes the bottom and right edges. If a C1.Framework.Drawing.Gdi.HollowPen is used, the dimensions of the rectangle are 1 pixel less in height and 1 pixel less in width.
    See Also