CalendarView for WinForms
DrawBezier メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : DrawBezier メソッド
A Pen indicate the pen used to draw
A System.Drawing.Point indicate the Bezier curves start point
A System.Drawing.Point indicate the first control point of the Bezier curves
A System.Drawing.Point indicate the second control point of the Bezier curves
A System.Drawing.Point indicate the line end point
Draws one Bezier curves on current Graphics.
シンタックス
'宣言
 
Public Sub DrawBezier( _
   ByVal pen As Pen, _
   ByVal startPoint As System.Drawing.Point, _
   ByVal controlPoint1 As System.Drawing.Point, _
   ByVal controlPoint2 As System.Drawing.Point, _
   ByVal endPoint As System.Drawing.Point _
) 
public void DrawBezier( 
   Pen pen,
   System.Drawing.Point startPoint,
   System.Drawing.Point controlPoint1,
   System.Drawing.Point controlPoint2,
   System.Drawing.Point endPoint
)

パラメータ

pen
A Pen indicate the pen used to draw
startPoint
A System.Drawing.Point indicate the Bezier curves start point
controlPoint1
A System.Drawing.Point indicate the first control point of the Bezier curves
controlPoint2
A System.Drawing.Point indicate the second control point of the Bezier curves
endPoint
A System.Drawing.Point indicate the line end point
例外
例外解説
Defines an exception class to handle the system error.
参照

Graphics クラス
Graphics メンバ