GrapeCity ActiveReports for .NET 12.0J
DrawRoundRect(Single,Single,Single,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 topLeftEdge As Single, _
   ByVal topRightEdge As Single, _
   ByVal bottomLeftEdge As Single, _
   ByVal bottomRightEdge As Single, _
   ByVal precision As Single _
) 
public void DrawRoundRect( 
   float left,
   float top,
   float width,
   float height,
   float topLeftEdge,
   float topRightEdge,
   float bottomLeftEdge,
   float bottomRightEdge,
   float precision
)

パラメータ

left
四角形の左端の座標。
top
四角形の上端の座標。
width
四角形の幅。
height
四角形の高さ。
topLeftEdge
四角形の左上端の座標。
topRightEdge
四角形の右上端の座標。
bottomLeftEdge
四角形の左下端の座標。
bottomRightEdge
四角形の右下端の座標。
precision
等しいコーナーがある丸い四角形に返すパラメータを指定します。
参照

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.