DrawPath(IPath,Pen) Method
In This Topic
Draws a path using a specified pen.
Syntax
'Declaration
Public Overloads Sub DrawPath( _
ByVal As IPath, _
ByVal As Pen _
)
public void DrawPath(
IPath ,
Pen
)
Parameters
- path
- An object implementing the IPath interface that represents the path to draw.
- pen
- The pen used to draw the path.
See Also