GrapeCity ActiveReports for .NET 12.0J
DrawEllipse(PenEx,Int32,Int32,Int32,Int32) メソッド

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

パラメータ

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

関連項目

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

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.