FlexPivot for WinForms
DrawRect メソッド

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Chart 名前空間 > IRenderEngine インターフェース : DrawRect メソッド
x-coordinate of rectangle.
y-coordinate of rectangle.
Rectangle width.
Rectangle height.
Draw rectangle with currect stroke and fill.
シンタックス
'宣言
 
Sub DrawRect( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal w As System.Double, _
   ByVal h As System.Double _
) 
void DrawRect( 
   System.double x,
   System.double y,
   System.double w,
   System.double h
)

パラメータ

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

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