Word for WPF
DrawPolygon メソッド

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

パラメータ

pen
描画するペン。
points
多角形のポイントの配列。
参照

C1WordDocument クラス
C1WordDocument メンバ