[]
Fill or/and stroke the path figure.
public void FillStroke(bool close, bool fill, bool stroke, bool clip = false)
Type | Name | Description |
---|---|---|
bool | close | The closed figure. |
bool | fill | The filled figure. |
bool | stroke | The stroked figure. |
bool | clip | THe clipped figure. |
Fill or/and stroke the path figure.
public void FillStroke(bool close, bool fill, bool stroke, FillMode mode, bool clip = false)
Type | Name | Description |
---|---|---|
bool | close | The closed figure. |
bool | fill | The filled figure. |
bool | stroke | The stroked figure. |
FillMode | mode | The fill mode for the figure. |
bool | clip | THe clipped figure. |