ICanvas.Clip

Clip(FillRule)

Sets the current clipping path using the specified fill rule.

public void Clip(FillRule mode)
ParameterTypeDescription
modeFillRuleThe fill rule to use for clipping.

See Also


Clip(IPath, FillRule)

Sets the current clipping path using the specified path and fill rule.

public void Clip(IPath path, FillRule mode)
ParameterTypeDescription
pathIPathThe path to use for clipping.
modeFillRuleThe fill rule to use for clipping.

See Also