Word for WinForms
DrawBeziers メソッド

C1.C1Word.4.5.2 アセンブリ > C1.C1Word 名前空間 > C1WordDocument クラス : DrawBeziers メソッド
描画するペン。
曲線のポイントの配列。
このドキュメントでベジェ曲線を描画します。
シンタックス
'宣言
 
Public Sub DrawBeziers( _
   ByVal pen As System.Drawing.Pen, _
   ByVal points() As System.Drawing.PointF _
) 
public void DrawBeziers( 
   System.Drawing.Pen pen,
   System.Drawing.PointF[] points
)

パラメータ

pen
描画するペン。
points
曲線のポイントの配列。
参照

C1WordDocument クラス
C1WordDocument メンバ