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

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectLine メソッド : RenderDirectLine(Unit,Unit,Unit,Unit,Color,Unit) メソッド
線が結合する第1ポイントの X 座標。
線が結合する第1ポイントの Y 座標。
線が結合する第2ポイントの X 座標。
線が結合する第2ポイントの Y 座標。
線の色。
線の太さ。
線を現在のドキュメントの C1PrintDocument.Body の 現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
 
Public Overloads Sub RenderDirectLine( _
   ByVal fromX As Unit, _
   ByVal fromY As Unit, _
   ByVal toX As Unit, _
   ByVal toY As Unit, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineThickness As Unit _
) 
public void RenderDirectLine( 
   Unit fromX,
   Unit fromY,
   Unit toX,
   Unit toY,
   System.Drawing.Color lineColor,
   Unit lineThickness
)

パラメータ

fromX
線が結合する第1ポイントの X 座標。
fromY
線が結合する第1ポイントの Y 座標。
toX
線が結合する第2ポイントの X 座標。
toY
線が結合する第2ポイントの Y 座標。
lineColor
線の色。
lineThickness
線の太さ。
解説

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

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
RenderLine クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド