Word for UWP
DrawPolyline メソッド

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

パラメータ

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

C1WordDocument クラス
C1WordDocument メンバ