現在のストロークと塗りつぶしを使用して円形を描画します。
シンタックス
'宣言
Sub DrawEllipse( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
void DrawEllipse(
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- cx
- 円の中心点の X 座標
- cy
- 円の中心点の Y 座標
- rx
- X の半径
- ry
- Y の半径
参照