GrapeCity ActiveReports for .NET 16.0J
DrawEllipseDoubleLine メソッド

GrapeCity.ActiveReports 名前空間 > GraphicsExtensions クラス : DrawEllipseDoubleLine メソッド
描画するグラフィックス。
楕円の境界線を定義するSystem.Drawing.Rectangle構造体。
楕円の色、幅およびスタイルを判定するSystem.Drawing.Pen
二重線のスタイルです。
境界のSystem.Drawing.Rectangle構造体で指定された楕円を描画します。
シンタックス
'宣言
 
Public Shared Sub DrawEllipseDoubleLine( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal pen As Pen, _
   ByVal style As Integer _
) 
public static void DrawEllipseDoubleLine( 
   Graphics graphics,
   Rectangle rect,
   Pen pen,
   int style
)

パラメータ

graphics
描画するグラフィックス。
rect
楕円の境界線を定義するSystem.Drawing.Rectangle構造体。
pen
楕円の色、幅およびスタイルを判定するSystem.Drawing.Pen
style
二重線のスタイルです。
参照

GraphicsExtensions クラス
GraphicsExtensions メンバ