FlexPivot for WinForms
DrawEllipse メソッド

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 > IRenderEngine インターフェース : DrawEllipse メソッド
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.
Draw ellipse with currect stroke and fill.
シンタックス
'宣言
 
Sub DrawEllipse( _
   ByVal cx As System.Double, _
   ByVal cy As System.Double, _
   ByVal rx As System.Double, _
   ByVal ry As System.Double _
) 
void DrawEllipse( 
   System.double cx,
   System.double cy,
   System.double rx,
   System.double ry
)

パラメータ

cx
X-coordinate of ellipse center.
cy
Y-coordinate of ellipse center.
rx
x-radius.
ry
y-radius.
参照

IRenderEngine インターフェース
IRenderEngine メンバ