ClippedContentFillAndStrokePath Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Fills and stroke the path using specified filling rule.

Namespace:  Apitron.PDF.Kit.FixedLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void FillAndStrokePath(
	Path path,
	FillRule fillRule = FillRule.Nonzero
)

Parameters

path
Type: Apitron.PDF.Kit.FixedLayout.ContentPath
The path.
fillRule (Optional)
Type: Apitron.PDF.Kit.FixedLayout.ContentFillRule
The fill rule.
Remarks

Examples

C#
page.Content.FillAndStrokePath(path);
See Also

Reference