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
)
Public Shared Sub ConditionallyClipStrokeOrFill (
r As PdfPageRenderer,
strokeColor As IPdfColor,
fillColor As IPdfColor,
clip As Boolean,
style As PdfLineStyle,
fillMethod As PdfFillMethod
)
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