PdfDrawingSurfaceFill Method |
Paints the current path using the specified fill method and color then clears the current path.
Namespace:
Atalasoft.PdfDoc.Generating.Rendering
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax Examples drawingSurface.AddPath(shape);
drawingSurface.Fill(PdfFillMethod.EvenOdd, fillColor);
See Also