DioDocs for PDF
AddBezier メソッド (IPath)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > IPath インターフェース : AddBezier メソッド
The first control point for the Bezier segment.
The second control point for the Bezier segment.
The end point for the Bezier segment.
Creates a cubic Bezier curve between the current point and the specified end point.
シンタックス
'宣言
 
Sub AddBezier( _
   ByVal p1 As System.Drawing.PointF, _
   ByVal p2 As System.Drawing.PointF, _
   ByVal endPoint As System.Drawing.PointF _
) 
void AddBezier( 
   System.Drawing.PointF p1,
   System.Drawing.PointF p2,
   System.Drawing.PointF endPoint
)

パラメータ

p1
The first control point for the Bezier segment.
p2
The second control point for the Bezier segment.
endPoint
The end point for the Bezier segment.
参照

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