GrapeCity ActiveReports for .NET 14.0J
DrawDoubleLine メソッド (GraphicsExtensions)

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > GraphicsExtensions クラス : DrawDoubleLine メソッド
描画するグラフィックス。
線の色、幅およびスタイルを判定するSystem.Drawing.Pen
第1のポイントのx座標。
第1のポイントのy座標。
第2のポイントのx座標。
第2のポイントのy座標。
座標の組に指定された’2つの点を接続する二重線を描画します。
シンタックス
'宣言
 
Public Shared Sub DrawDoubleLine( _
   ByVal g As Graphics, _
   ByVal pen As Pen, _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single _
) 
public static void DrawDoubleLine( 
   Graphics g,
   Pen pen,
   float x1,
   float y1,
   float x2,
   float y2
)

パラメータ

g
描画するグラフィックス。
pen
線の色、幅およびスタイルを判定するSystem.Drawing.Pen
x1
第1のポイントのx座標。
y1
第1のポイントのy座標。
x2
第2のポイントのx座標。
y2
第2のポイントのy座標。
参照

GraphicsExtensions クラス
GraphicsExtensions メンバ