For internal use only. Strokes and fills the current path.
Namespace:
C1.Phone.PdfAssembly: C1.Phone.Pdf (in C1.Phone.Pdf.dll)
Syntax
| C# |
|---|
protected void FillStroke( bool close, bool fill, bool stroke ) |
| Visual Basic |
|---|
Protected Sub FillStroke ( _ close As Boolean, _ fill As Boolean, _ stroke As Boolean _ ) |
Parameters
- close
- Type: System..::..Boolean
Whether the path should be closed.
- fill
- Type: System..::..Boolean
Whether the path should be filled.
- stroke
- Type: System..::..Boolean
Whether the path should be stroked.