180°~270°の四分円を描画します。
シンタックス
Protected Sub DrawArc180To270( _
ByVal As Graphics, _
ByVal As Pen, _
ByVal As Point, _
ByVal As Point _
)
パラメータ
- g
- 描画に使用するSystem.Drawing.Graphics。
- pen
- 描画に使用するSystem.Drawing.Pen。
- p1
- 円の開始System.Drawing.Point。
- p2
- 円の終了System.Drawing.Point。
参照