Reports for WPF
RenderBlockRectangle(Unit,Unit,Color,Unit) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockRectangle メソッド : RenderBlockRectangle(Unit,Unit,Color,Unit) メソッド
矩形の幅。
矩形の高さ。
線の色。
線の太さ。
矩形を現在のドキュメントのブロックフローにレンダリングします。
シンタックス
'宣言
 
Public Overloads Function RenderBlockRectangle( _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineThickness As Unit _
) As System.Boolean
public System.bool RenderBlockRectangle( 
   Unit width,
   Unit height,
   System.Drawing.Color lineColor,
   Unit lineThickness
)

パラメータ

width
矩形の幅。
height
矩形の高さ。
lineColor
線の色。
lineThickness
線の太さ。

戻り値の型

この呼び出しによって警告が発生しなかった場合は true、その他の場合は false
解説

このメソッドは、現在のドキュメント上の C1PrintDocument.StartDoc メソッド呼び出しと C1PrintDocument.EndDoc メソッド呼び出しの間でのみ使用できます。 詳細は、C1PrintDocument.RenderBlock を参照してください。

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
RenderRectangle クラス
RenderBlock メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド