fill method

fill

Fills a path.

def fill(self, path):
    ...
ParameterTypeDescription
pathaspose.pydrawing.drawing2d.GraphicsPathA path to be filled.

See Also