Paints a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush.
シンタックス
'宣言
Public Overridable Sub PaintRoundRectangle( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public virtual void PaintRoundRectangle(
System.Drawing.Rectangle ,
System.int ,
System.int
)
パラメータ
- rectangle
- A System.Drawing.Rectangle indicates the rectangle to paint.
- width
- An int indicates the width of the ellipse used to draw the rounded corners.
- height
- An int indicates the height of the ellipse used to draw the rounded corners.
例外
参照