バージョン

FillEllipse メソッド (IGraphics)

楕円を塗りつぶします。
シンタックス
'宣言
 
Sub FillEllipse( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
) 
void FillEllipse( 
   float x,
   float y,
   float width,
   float height
)

パラメータ

x
楕円を定義する境界矩形の左上隅の X 座標。
y
楕円を定義する境界矩形の左上隅の Y 座標。
width
楕円を定義する境界矩形の幅。
height
楕円を定義する境界矩形の高さ。
参照