Word for UWP
FillPolygon メソッド

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

パラメータ

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

C1WordDocument クラス
C1WordDocument メンバ