System.Drawing.Drawing2D.GraphicsPathオブジェクトによって定義される経路を描きます。
シンタックス
'宣言
Public Overloads Sub DrawPath( _
ByVal As System.Drawing.Pen, _
ByVal As System.Drawing.Drawing2D.GraphicsPath _
)
public void DrawPath(
System.Drawing.Pen ,
System.Drawing.Drawing2D.GraphicsPath
)
パラメータ
- pen
- 指定された経路の描画に使用する System.Drawing.Pen。
- path
- 描画する System.Drawing.Drawing2D.GraphicsPath。
参照