バージョン

Ellipse コンストラクタ(Point,Int32)

半径と中心を指定して Circle を作成するコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal p1 As Point, _
   ByVal radius As Integer _
)
public Ellipse( 
   Point p1,
   int radius
)

パラメータ

p1
円の中心。
radius
円の半径。
参照