FlexChart for WinForms
DrawBezier メソッド (IRenderEngine3)

C1.Chart アセンブリ > C1.Chart 名前空間 > IRenderEngine3 インターフェース : DrawBezier メソッド
シンタックス
'宣言
 
Sub DrawBezier( _
   ByVal x1 As System.Double, _
   ByVal y1 As System.Double, _
   ByVal x2 As System.Double, _
   ByVal y2 As System.Double, _
   ByVal x3 As System.Double, _
   ByVal y3 As System.Double, _
   ByVal x4 As System.Double, _
   ByVal y4 As System.Double _
) 
void DrawBezier( 
   System.double x1,
   System.double y1,
   System.double x2,
   System.double y2,
   System.double x3,
   System.double y3,
   System.double x4,
   System.double y4
)

パラメータ

x1
y1
x2
y2
x3
y3
x4
y4
参照

参照

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