PowerTools ActiveReports for .NET 11.0J
FillEllipse(BrushEx,Int32,Int32,Int32,Int32) メソッド

塗りつぶしの特性を決定するBrushEx。
楕円を定義する外接する四角形の左上隅のx座標。
楕円を定義する外接する四角形の左上隅のy座標。
楕円を定義する外接する四角形の幅。
楕円を定義する外接する四角形の高さ。
座標ペア、高さ、および幅で指定された外接する四角形によって定義される楕円を描画します。
構文
'宣言
 
Overloads Sub FillEllipse( _
   ByVal brush As BrushEx, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
void FillEllipse( 
   BrushEx brush,
   int x,
   int y,
   int width,
   int height
)

パラメータ

brush
塗りつぶしの特性を決定するBrushEx。
x
楕円を定義する外接する四角形の左上隅のx座標。
y
楕円を定義する外接する四角形の左上隅のy座標。
width
楕円を定義する外接する四角形の幅。
height
楕円を定義する外接する四角形の高さ。
参照

関連項目

IDrawingCanvas インターフェース
IDrawingCanvas メンバ
オーバーロード一覧

 

 


©2003-2017 GrapeCity inc. All rights reserved.