GrapeCity ActiveReports for .NET 12.0J
DrawRoundWithDoubleLine メソッド

描画するグラフィックス。
丸い四角形の境界線を定義するSystem.Drawing.Rectangle構造体。
線の色、幅およびスタイルを判定するSystem.Drawing.Pen
二重線のスタイルです。
左上の丸め半径。
右上の丸め半径。
右下の丸め半径。
左下の丸め半径。
二重線で丸い四角形を描画します。
構文
'宣言
 
Public Shared Sub DrawRoundWithDoubleLine( _
   ByVal graphics As Graphics, _
   ByVal rect As Rectangle, _
   ByVal pen As Pen, _
   ByVal style As Integer, _
   ByVal tl As Integer, _
   ByVal tr As Integer, _
   ByVal br As Integer, _
   ByVal bl As Integer _
) 
public static void DrawRoundWithDoubleLine( 
   Graphics graphics,
   Rectangle rect,
   Pen pen,
   int style,
   int tl,
   int tr,
   int br,
   int bl
)

パラメータ

graphics
描画するグラフィックス。
rect
丸い四角形の境界線を定義するSystem.Drawing.Rectangle構造体。
pen
線の色、幅およびスタイルを判定するSystem.Drawing.Pen
style
二重線のスタイルです。
tl
左上の丸め半径。
tr
右上の丸め半径。
br
右下の丸め半径。
bl
左下の丸め半径。
参照

関連項目

GraphicsExtensions クラス
GraphicsExtensions メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.