GrapeCity ActiveReports for .NET 14.0J
DrawRoundRect(Single,Single,Single,Single,Single,Single) メソッド

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document.Section 名前空間 > Page クラス > DrawRoundRect メソッド : DrawRoundRect(Single,Single,Single,Single,Single,Single) メソッド
四角形の左端の座標。
四角形の上端の座標。
四角形の幅。

四角形の高さ。

四角形の端の幅。
四角形の端の高さ。
角丸四角形を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawRoundRect( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal edgeWidth As Single, _
   ByVal edgeHeight As Single _
) 
public void DrawRoundRect( 
   float left,
   float top,
   float width,
   float height,
   float edgeWidth,
   float edgeHeight
)

パラメータ

left
四角形の左端の座標。
top
四角形の上端の座標。
width
四角形の幅。
height

四角形の高さ。

edgeWidth
四角形の端の幅。
edgeHeight
四角形の端の高さ。
参照

Page クラス
Page メンバ
オーバーロード一覧