'Declaration Public Overridable Sub DrawPath( _ ByVal context As PdfContentRenderingContext, _ ByVal path As IGraphicsPath, _ ByVal pen As IDrawingPen _ )
public virtual void DrawPath( PdfContentRenderingContext context, IGraphicsPath path, IDrawingPen pen )
public: virtual void DrawPath( PdfContentRenderingContext* context, IGraphicsPath* path, IDrawingPen* pen )
public: virtual void DrawPath( PdfContentRenderingContext^ context, IGraphicsPath^ path, IDrawingPen^ pen )
Parameters
- context
- The rendering context.
- path
- The path to draw.
- pen
- The pen to use for drawing path.