'Declaration Public Overloads Overridable Sub FillPath( _
ByVal contextThe rendering context.As PdfContentRenderingContext, _
ByVal pathThe path to fill.As Vintasoft.Imaging.Drawing.IGraphicsPath, _
ByVal patternThe pattern to use for filling path.As Vintasoft.Imaging.Pdf.Tree.Patterns.PdfGraphicalPattern _
)
public virtual void FillPath(
PdfContentRenderingContext context,
Vintasoft.Imaging.Drawing.IGraphicsPath path,
Vintasoft.Imaging.Pdf.Tree.Patterns.PdfGraphicalPattern pattern
)
Parameters
- context
- The rendering context.
- path
- The path to fill.
- pattern
- The pattern to use for filling path.