Draws a path using a specified pen.
シンタックス
'宣言
Public Overloads Sub DrawPath( _
ByVal As IPath, _
ByVal As Pen _
)
public void DrawPath(
IPath ,
Pen
)
パラメータ
- path
- An object implementing the IPath interface that represents the path to draw.
- pen
- The pen used to draw the path.
参照