EllipseShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Point, _
ByVal As System.Windows.Point _
)
public EllipseShape(
System.Windows.Point ,
System.Windows.Point
)
パラメータ
- pt1
- 線の開始点(twips 単位の座標)。
- pt2
- 線の終了点(twips 単位の座標)。
参照