DioDocs for PDF
AddCubicBeziers メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > PathBuilder クラス : AddCubicBeziers メソッド
Control point 1, control point 2, and the end point for one or several cubic Bezier curves.
Creates a sequence of cubic Bezier curves and adds them to the figure.
シンタックス
'宣言
 
Public Sub AddCubicBeziers( _
   ByVal ParamArray points() As System.Drawing.PointF _
) 
public void AddCubicBeziers( 
   params System.Drawing.PointF[] points
)

パラメータ

points
Control point 1, control point 2, and the end point for one or several cubic Bezier curves.
参照

PathBuilder クラス
PathBuilder メンバ