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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1OwnerDrawPrint クラス : RenderDirectLine メソッド
Start x-coordinate.
Start y-coordinate.
End x-coordinate.
End y-coordinate.
Color of the line.
Width of the line.
Renders a line for the document.
シンタックス
'宣言
 
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
Start x-coordinate.
fromY
Start y-coordinate.
toX
End x-coordinate.
toY
End y-coordinate.
color
Color of the line.
width
Width of the line.
参照

C1OwnerDrawPrint クラス
C1OwnerDrawPrint メンバ