Draw the special rectangle by using the given pen
シンタックス
'宣言
Public Sub DrawRectangle( _
ByVal As Pen, _
ByVal As System.Drawing.Rectangle _
)
public void DrawRectangle(
Pen ,
System.Drawing.Rectangle
)
パラメータ
- pen
- A Pen indicate the draw-style of rectangle
- rectangle
- A System.Drawing.Rectangle indicate the rectangle to draw
参照