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

GrapeCity.ActiveReports.Document.Section 名前空間 > Page クラス : DrawRoundRectDoubleLine メソッド
左側。
上側。
幅。
高さ。
左上端。
右上端。
左下端。
右下端。
角が等しい古い丸い長方形にいつ戻すかを指定するパラメータ。
二重線の丸い長方形を描画します。
シンタックス
'宣言
 
Public Sub DrawRoundRectDoubleLine( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single, _
   ByVal topLeftEdge As System.Single, _
   ByVal topRightEdge As System.Single, _
   ByVal bottomLeftEdge As System.Single, _
   ByVal bottomRightEdge As System.Single, _
   ByVal precision As System.Single _
) 
public void DrawRoundRectDoubleLine( 
   System.float left,
   System.float top,
   System.float width,
   System.float height,
   System.float topLeftEdge,
   System.float topRightEdge,
   System.float bottomLeftEdge,
   System.float bottomRightEdge,
   System.float precision
)

パラメータ

left
左側。
top
上側。
width
幅。
height
高さ。
topLeftEdge
左上端。
topRightEdge
右上端。
bottomLeftEdge
左下端。
bottomRightEdge
右下端。
precision
角が等しい古い丸い長方形にいつ戻すかを指定するパラメータ。
参照

Page クラス
Page メンバ