PowerTools ActiveReports for .NET 9.0J
DrawEllipse(PenEx,Single,Single,Single,Single) メソッド

楕円を描画するペン。
楕円の中心のx座標。
楕円の中心のy座標。
楕円の幅。
楕円の高さ。
座標ペア、高さ、および幅で指定された外接する四角形によって定義される楕円を描画します。
構文
'宣言
 
Overloads Sub DrawEllipse( _
   ByVal pen As PenEx, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
) 
void DrawEllipse( 
   PenEx pen,
   float x,
   float y,
   float width,
   float height
)

パラメータ

pen
楕円を描画するペン。
x
楕円の中心のx座標。
y
楕円の中心のy座標。
width
楕円の幅。
height
楕円の高さ。
参照

関連項目

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

 

 


©2003-2015 GrapeCity inc. All rights reserved.