True DBGrid for WinForms
RenderDirectLine メソッド

C1.Win.C1TrueDBGrid.4 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1OwnerDrawPrint クラス : RenderDirectLine メソッド
開始 x 座標。
開始 y 座標。
終了 x 座標。
終了 y 座標。
線の色。
線の幅。
ドキュメントの線をレンダリングします。
シンタックス
'宣言
 
Public Sub RenderDirectLine( _
   ByVal fromX As System.Object, _
   ByVal fromY As System.Object, _
   ByVal toX As System.Object, _
   ByVal toY As System.Object, _
   ByVal color As System.Drawing.Color, _
   ByVal width As System.Double _
) 
public void RenderDirectLine( 
   System.object fromX,
   System.object fromY,
   System.object toX,
   System.object toY,
   System.Drawing.Color color,
   System.double width
)

パラメータ

fromX
開始 x 座標。
fromY
開始 y 座標。
toX
終了 x 座標。
toY
終了 y 座標。
color
線の色。
width
線の幅。
参照

C1OwnerDrawPrint クラス
C1OwnerDrawPrint メンバ