Click or drag to resize

ShapeUtilitiesConditionallyClipStrokeOrFill Method (PdfPageRenderer, IPdfColor, IPdfColor, Boolean, PdfLineStyle, PdfFillMethod)

Conditionallies the clip stroke or fill.

Namespace:  Atalasoft.PdfDoc.Generating.Shapes
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static void ConditionallyClipStrokeOrFill(
	PdfPageRenderer r,
	IPdfColor strokeColor,
	IPdfColor fillColor,
	bool clip,
	PdfLineStyle style,
	PdfFillMethod fillMethod
)

Parameters

r
Type: Atalasoft.PdfDoc.Generating.RenderingPdfPageRenderer
The r.
strokeColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the stroke.
fillColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the fill.
clip
Type: SystemBoolean
if set to true [clip].
style
Type: Atalasoft.PdfDoc.Generating.RenderingPdfLineStyle
The style.
fillMethod
Type: Atalasoft.PdfDoc.Generating.RenderingPdfFillMethod
The fill method.
See Also