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

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

パラメータ

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

関連項目

PathEx クラス
PathEx メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.