[]
Draw the special rectangle by using the given pen
public void DrawRectangle(Pen pen, Rectangle rectangle)
Type | Name | Description |
---|---|---|
Pen | pen | A Pen indicate the draw-style of rectangle |
Rectangle | rectangle | A Rectangle indicate the rectangle to draw |