Paints an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.
シンタックス
'宣言
Public Overridable Sub PaintEllipse( _
ByVal As System.Drawing.Rectangle _
)
public virtual void PaintEllipse(
System.Drawing.Rectangle
)
パラメータ
- rectangle
- A System.Drawing.Rectangle indicates the bounding rectangle.
例外
例外 | 解説 |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
参照