DioDocs for PDF
AddBezier メソッド (GcBitmapGraphics.Path)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmapGraphics.Path クラス : 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.
シンタックス
'宣言
 
Public Sub AddBezier( _
   ByVal p1 As System.Drawing.PointF, _
   ByVal p2 As System.Drawing.PointF, _
   ByVal endPoint As System.Drawing.PointF _
) 
public 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.
参照

GcBitmapGraphics.Path クラス
GcBitmapGraphics.Path メンバ