Method CloseAndStrokePath
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
CloseAndStrokePath()
Closes and strokes the current path.
public void CloseAndStrokePath()
Remarks
This method has the same effect as the sequence
ClosePath();StrokePath();
.