[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocument.FillStroke

FillStroke Method

FillStroke(bool, bool, bool, bool)

Fill or/and stroke the path figure.

Declaration
public void FillStroke(bool close, bool fill, bool stroke, bool clip = false)
Parameters
Type Name Description
bool close

The closed figure.

bool fill

The filled figure.

bool stroke

The stroked figure.

bool clip

THe clipped figure.

FillStroke(bool, bool, bool, FillMode, bool)

Fill or/and stroke the path figure.

Declaration
public void FillStroke(bool close, bool fill, bool stroke, FillMode mode, bool clip = false)
Parameters
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.