Word for UWP
DrawBeziers メソッド

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

パラメータ

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

C1WordDocument クラス
C1WordDocument メンバ