Fill
IPDFDocument4 :: Page Operations :: Graphics

See Also
Collapse All

This method fills a path with color using a non-zero winding number rule.

Syntax

HRESULT Fill ()
Return value
If successful, this method returns S_OK. If it fails, this method should return one of the error values.

Remarks

This method is used to fill a path inside with the current fill color. This method uses the non-zero winding number rule for defining the inside path.

The fill color may be set using methods SetColorFill or SetColor.

See theĀ AlternateFill method for examples.

See Also

Reference