バージョン

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

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

パラメータ

p1
円の中心。
radius
円の半径。
style
楕円形の輪郭線に使用する LineStyle。
参照