Word for UWP
FillRectangle(Color,Rect,Size) メソッド

C1.UWP.Word アセンブリ > C1.Xaml.Word 名前空間 > C1WordDocument クラス > FillRectangle メソッド : FillRectangle(Color,Rect,Size) メソッド
描画する色。
描画する四角形。
頂点の半径。
このドキュメントで角丸四角形を塗りつぶします。
シンタックス
'宣言
 
Public Overloads Sub FillRectangle( _
   ByVal clr As Windows.UI.Color, _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal corners As Windows.Foundation.Size _
) 
public void FillRectangle( 
   Windows.UI.Color clr,
   Windows.Foundation.Rect rc,
   Windows.Foundation.Size corners
)

パラメータ

clr
描画する色。
rc
描画する四角形。
corners
頂点の半径。
参照

C1WordDocument クラス
C1WordDocument メンバ
オーバーロード一覧