'Declaration Public Overloads Sub DrawPath( _
ByVal penPdfPen that determines the color, width, and style of the path.As PdfPen, _
ByVal pathIGraphicsPath object to draw.As Vintasoft.Imaging.Drawing.IGraphicsPath _
)
public void DrawPath(
PdfPen pen,
Vintasoft.Imaging.Drawing.IGraphicsPath path
)
public: void DrawPath(
PdfPen* pen,
Vintasoft.Imaging.Drawing.IGraphicsPath* path
)
public:
void DrawPath(
PdfPen^ pen,
Vintasoft.Imaging.Drawing.IGraphicsPath^ path
)
Parameters
- pen
- PdfPen that determines the color, width, and style of the path.
- path
- IGraphicsPath object to draw.