'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, _
ByVal invertYAxisA value indicating whether to invert the Y axis or not.As Boolean _
)
public void DrawPath(
PdfPen pen,
Vintasoft.Imaging.Drawing.IGraphicsPath path,
bool invertYAxis
)
public: void DrawPath(
PdfPen* pen,
Vintasoft.Imaging.Drawing.IGraphicsPath* path,
bool invertYAxis
)
public:
void DrawPath(
PdfPen^ pen,
Vintasoft.Imaging.Drawing.IGraphicsPath^ path,
bool invertYAxis
)
Parameters
- pen
- PdfPen that determines the color, width, and style of the path.
- path
- IGraphicsPath object to draw.
- invertYAxis
- A value indicating whether to invert the Y axis or not.