PowerTools ActiveReports for .NET 11.0J
AddEllipse メソッド (IPathEx)

楕円を定義する外接する長方形の左上隅のx座標。
楕円を定義する外接する長方形の左上隅のy座標。
楕円を定義する外接する長方形の幅。
楕円を定義する外接する長方形の高さ。
現在のパスに楕円を追加します。
構文
'宣言
 
Sub AddEllipse( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
) 
void AddEllipse( 
   float x,
   float y,
   float width,
   float height
)

パラメータ

x
楕円を定義する外接する長方形の左上隅のx座標。
y
楕円を定義する外接する長方形の左上隅のy座標。
width
楕円を定義する外接する長方形の幅。
height
楕円を定義する外接する長方形の高さ。
参照

関連項目

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

 

 


©2003-2017 GrapeCity inc. All rights reserved.