[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PaintRectangle

PaintRectangle Method

PaintRectangle(Rectangle)

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.

Declaration
public virtual void PaintRectangle(Rectangle rectangle)
Parameters
Type Name Description
Rectangle rectangle

A Rectangle indicate the rectangle to paint.

Remarks

The rectangle that is drawn excludes the bottom and right edges. If a HollowPen is used, the dimensions of the rectangle are 1 pixel less in height and 1 pixel less in width.

Exceptions
Type Condition
SystemErrorException