Word for WinForms
FillPolygon メソッド

C1.C1Word.4.5.2 アセンブリ > C1.C1Word 名前空間 > C1WordDocument クラス : FillPolygon メソッド
描画する色。
多角形のポイントの配列。
このドキュメントで多角形を塗りつぶします。
シンタックス
'宣言
 
Public Sub FillPolygon( _
   ByVal clr As System.Drawing.Color, _
   ByVal points() As System.Drawing.PointF _
) 
public void FillPolygon( 
   System.Drawing.Color clr,
   System.Drawing.PointF[] points
)

パラメータ

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

C1WordDocument クラス
C1WordDocument メンバ