PdfDrawingSurfaceFillAndStroke Method |
Namespace: Atalasoft.PdfDoc.Generating.Rendering
public abstract void FillAndStroke( PdfFillMethod fillMethod, IPdfColor fillColor, PdfLineStyle style, IPdfColor lineColor )
drawingSurface.AddPath(shape); drawingSurface.FillAndStroke(PdfFillMethod.EvenOff, fillColor, lineStyle, lineColor);