ClippedContentFillPath Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Fills 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 FillPath(
	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.FillPath(path);
See Also

Reference