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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > GcBitmapGraphics.Path クラス : AddQuadraticBezier メソッド
The control point of the quadratic Bezier segment.
The end point of the quadratic Bezier segment.
Creates a quadratic Bezier curve between the current point and the specified end point.
シンタックス
'宣言
 
Public Sub AddQuadraticBezier( _
   ByVal p1 As System.Drawing.PointF, _
   ByVal endPoint As System.Drawing.PointF _
) 
public void AddQuadraticBezier( 
   System.Drawing.PointF p1,
   System.Drawing.PointF endPoint
)

パラメータ

p1
The control point of the quadratic Bezier segment.
endPoint
The end point of the quadratic Bezier segment.
参照

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