PrintDocument for WinForms
Line メソッド (GraphicsUtils.GdiDc)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > GraphicsUtils.GdiDc クラス : Line メソッド
線を描画します。
シンタックス
'宣言
 
Public Sub Line( _
   ByVal x1 As System.Integer, _
   ByVal y1 As System.Integer, _
   ByVal x2 As System.Integer, _
   ByVal y2 As System.Integer, _
   ByVal color As System.Drawing.Color _
) 
'使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim x1 As System.Integer
Dim y1 As System.Integer
Dim x2 As System.Integer
Dim y2 As System.Integer
Dim color As System.Drawing.Color
 
instance.Line(x1, y1, x2, y2, color)
public void Line( 
   System.int x1,
   System.int y1,
   System.int x2,
   System.int y2,
   System.Drawing.Color color
)

パラメータ

x1
y1
x2
y2
color
参照

GraphicsUtils.GdiDc クラス
GraphicsUtils.GdiDc メンバ