FlexReport for WinForms
FillRectangle(C1Graphics,C1Brush,Rect) メソッド


C1.Win.Document.8 アセンブリ > C1.Win.Document.Util 名前空間 > C1DXTextLayout クラス > FillRectangle メソッド : FillRectangle(C1Graphics,C1Brush,Rect) メソッド
C1.Document.Util.C1Graphics オブジェクトは、C1.Win.Document.C1Document の描画面を実装します。
塗りつぶしに使用される C1.Document.C1Brush
四角形の場所とサイズ。
指定された C1.Document.C1Brush で四角形を塗りつぶします。
シンタックス
'宣言
 
Protected Overloads Overridable Sub FillRectangle( _
   ByVal graphics As C1Graphics, _
   ByVal brush As C1Brush, _
   ByVal bounds As Rect _
) 
'使用法
 
Dim instance As C1DXTextLayout
Dim graphics As C1Graphics
Dim brush As C1Brush
Dim bounds As Rect
 
instance.FillRectangle(graphics, brush, bounds)
protected virtual void FillRectangle( 
   C1Graphics graphics,
   C1Brush brush,
   Rect bounds
)

パラメータ

graphics
C1.Document.Util.C1Graphics オブジェクトは、C1.Win.Document.C1Document の描画面を実装します。
brush
塗りつぶしに使用される C1.Document.C1Brush
bounds
四角形の場所とサイズ。
参照

参照

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