FlexChart for WinForms
DrawArc メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : DrawArc メソッド
X-coordinate of ellipse center.
Y-coordinate of ellipse center.
x-radius.
y-radius.
Start angle in degrees.
Sweep direction in degrees.
Draw arc (ellipse segment) with current stroke attributes.
シンタックス
'宣言
 
Sub DrawArc( _
   ByVal cx As System.Double, _
   ByVal cy As System.Double, _
   ByVal rx As System.Double, _
   ByVal ry As System.Double, _
   ByVal angle As System.Double, _
   ByVal sweep As System.Double _
) 
void DrawArc( 
   System.double cx,
   System.double cy,
   System.double rx,
   System.double ry,
   System.double angle,
   System.double sweep
)

パラメータ

cx
X-coordinate of ellipse center.
cy
Y-coordinate of ellipse center.
rx
x-radius.
ry
y-radius.
angle
Start angle in degrees.
sweep
Sweep direction in degrees.
参照

参照

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