ICanvas.Fill

Fill(FillRule)

Fills the current path with the specified fill rule.

public void Fill(FillRule mode)
ParameterTypeDescription
modeFillRuleThe fill rule to use for filling the path.

See Also


Fill(IPath, FillRule)

Fills the specified path with the specified fill rule.

public void Fill(IPath path, FillRule mode)
ParameterTypeDescription
pathIPathThe path to fill.
modeFillRuleThe fill rule to use for filling the path. See FillRule.

See Also