FlexChart for WinForms
DrawRoundRect メソッド

C1.Chart アセンブリ > C1.Util 名前空間 > IRendering インターフェース : DrawRoundRect メソッド
x-coordinate of rectangle.
y-coordinate of rectangle.
Rectangle width.
Rectangle height.
x-radius.
y-radius.
Draw round rectangle with current stroke and fill.
シンタックス
'宣言
 
Sub DrawRoundRect( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double, _
   Optional ByVal rx As System.Double, _
   Optional ByVal ry As System.Double _
) 
void DrawRoundRect( 
   System.double x,
   System.double y,
   System.double w,
   System.double h,
   System.double rx,
   System.double ry
)

パラメータ

x
x-coordinate of rectangle.
y
y-coordinate of rectangle.
w
Rectangle width.
h
Rectangle height.
rx
x-radius.
ry
y-radius.
参照

参照

IRendering インターフェース
IRendering メンバ