GrapeCity ActiveReports for .NET 12.0J
DrawEllipseDoubleLine メソッド (GraphicsExtensions)

描画するグラフィックス。
楕円の境界線を定義する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 メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.