DioDocs for PDF
AddQuadraticBezier メソッド (IPath)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > IPath インターフェース : 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.
シンタックス
'宣言
 
Sub AddQuadraticBezier( _
   ByVal p1 As System.Drawing.PointF, _
   ByVal endPoint As System.Drawing.PointF _
) 
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.
参照

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