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, FillRule fillRule ) |
Visual Basic |
---|
Protected Sub FillStroke ( _ close As Boolean, _ fill As Boolean, _ stroke As Boolean, _ fillRule As FillRule _ ) |
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.
- fillRule
- Type: System.Windows.Media..::..FillRule
Whether to use alternate or winding rule when filling the path.