True DBGrid for WinForms
RenderDirectLine メソッド (C1OwnerDrawPrint)

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid 名前空間 > 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 メンバ