System.Drawing.Drawing2D.GraphicsPathオブジェクトで定義されるパスを描画します。
シンタックス
'宣言
Public Overloads Sub DrawPath( _
ByVal As System.Drawing.Pen, _
ByVal As System.Drawing.Drawing2D.GraphicsPath, _
ByVal As System.Boolean _
)
public void DrawPath(
System.Drawing.Pen ,
System.Drawing.Drawing2D.GraphicsPath ,
System.bool
)
パラメータ
- pen
- 指定されたパスのストロークに使用される System.Drawing.Pen。
- path
- 描画する System.Drawing.Drawing2D.GraphicsPath。
- close
- 閉じたパス(図形)かどうか。
参照